small fix to last commit

git-svn-id: svn://192.168.202.10@2911 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-02-11 15:32:56 +00:00
parent aa5233fd70
commit 9bfc556769
+4 -4
View File
@@ -21559,7 +21559,7 @@ if ($ADD==31)
while ($lists_to_print > $o)
{
$rowx=mysqli_fetch_row($rslt);
$camp_status_groups .= "'$rowx[0]',";
if (strlen($rowx[0]) > 0) {$camp_status_groups .= "'$rowx[0]',";}
$o++;
}
$closer_campaigns = preg_replace("/ -$/","",$closer_campaigns);
@@ -21572,7 +21572,7 @@ if ($ADD==31)
while ($lists_to_print > $o)
{
$rowx=mysqli_fetch_row($rslt);
$camp_status_groups .= "'$rowx[0]',";
if (strlen($rowx[0]) > 0) {$camp_status_groups .= "'$rowx[0]',";}
$o++;
}
# $camp_status_groups = preg_replace('/.$/i','',$camp_status_groups);
@@ -24007,7 +24007,7 @@ if ($ADD==34)
while ($lists_to_print > $o)
{
$rowx=mysqli_fetch_row($rslt);
$camp_status_groups .= "'$rowx[0]',";
if (strlen($rowx[0]) > 0) {$camp_status_groups .= "'$rowx[0]',";}
$o++;
}
$closer_campaigns = preg_replace("/ -$/","",$closer_campaigns);
@@ -24020,7 +24020,7 @@ if ($ADD==34)
while ($lists_to_print > $o)
{
$rowx=mysqli_fetch_row($rslt);
$camp_status_groups .= "'$rowx[0]',";
if (strlen($rowx[0]) > 0) {$camp_status_groups .= "'$rowx[0]',";}
$o++;
}
# $camp_status_groups = preg_replace('/.$/i','',$camp_status_groups);