View Single Post
Old 08-13-2004, 08:39 AM   #4
jthiggins
Green Mole
 
Join Date: Apr 2004
Posts: 1
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
jthiggins is offline   Reply With Quote