fixed re-login campaign ID mismatch issue

git-svn-id: svn://192.168.202.10@569 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-03-28 14:35:23 +00:00
parent e589866df5
commit f11eb8ef5e
+1 -1
View File
@@ -293,7 +293,7 @@ while ($camps_to_print > $o)
{$campname = '';}
if ($VD_campaign)
{
if (eregi("$VD_campaign",$rowx[0]))
if ( (eregi("$VD_campaign",$rowx[0])) and (strlen($VD_campaign) == strlen($rowx[0])) )
{$camp_form_code .= "<option value=\"$rowx[0]\" SELECTED>$rowx[0]$campname</option>\n";}
else
{$camp_form_code .= "<option value=\"$rowx[0]\">$rowx[0]$campname</option>\n";}