Quote:
Originally posted by tomas
hi charter,
thanks again for your fast response - setting both vars to = ""
works fine :-)
tomas
|
I've got the same situation and wanted to clarify which vars you set to "".
Was it like this:
PHP Code:
if (is_array($tags)) {
if (isset($tags['description'])) {
$page_desc = "";
}
if (isset($tags['keywords'])) {
$page_keywords = "";
}
}
I appreciate your help