Languages updates
git-svn-id: svn://192.168.202.10@2635 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -427,13 +427,21 @@ foreach(@FILEparse)
|
|||||||
|
|
||||||
if ($phrase_match < 1)
|
if ($phrase_match < 1)
|
||||||
{
|
{
|
||||||
$stmtA="INSERT INTO www_phrases SET phrase_text='$temp_QXZval_strSQL',php_filename='$FILEparseNAME[$f]',php_directory='$FILEparseDIR[$f]',source='www_languages_script',insert_date=NOW();";
|
if (length($temp_QXZval_strSQL)<1)
|
||||||
$affected_rows = $dbhA->do($stmtA);
|
{
|
||||||
$QXZinserts++;
|
if ($DB > 0)
|
||||||
|
{print "EMPTY INSERT SKIPPED: |$temp_QXZval_strSQL|$FILEparseNAME[$f]|$FILEparseDIR[$f]|\n";}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$stmtA="INSERT INTO www_phrases SET phrase_text='$temp_QXZval_strSQL',php_filename='$FILEparseNAME[$f]',php_directory='$FILEparseDIR[$f]',source='www_languages_script',insert_date=NOW();";
|
||||||
|
$affected_rows = $dbhA->do($stmtA);
|
||||||
|
$QXZinserts++;
|
||||||
|
|
||||||
$event_string = " $affected_rows|$stmtA|";
|
$event_string = " $affected_rows|$stmtA|";
|
||||||
if ($DBX > 0) {print "$event_string\n";}
|
if ($DBX > 0) {print "$event_string\n";}
|
||||||
&event_logger;
|
&event_logger;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{$QXZdups++;}
|
{$QXZdups++;}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -6070,7 +6070,7 @@ if ($SSqc_features_active > 0)
|
|||||||
|
|
||||||
<A NAME="LISTS_campaign_stats">
|
<A NAME="LISTS_campaign_stats">
|
||||||
<BR>
|
<BR>
|
||||||
<B><?php echo _QXZ("Lists Campaign Statuses Report"); ?> -</B><?php echo _QXZ(""); ?><BR>
|
<B><?php echo _QXZ("Lists Campaign Statuses Report"); ?> -</B><BR>
|
||||||
<?php echo _QXZ("<U>LIST ID SUMMARY</U> = Shows each list in the campaign(s) selected by the user, the count of leads in each list, and whether the list is active or inactive."); ?><BR>
|
<?php echo _QXZ("<U>LIST ID SUMMARY</U> = Shows each list in the campaign(s) selected by the user, the count of leads in each list, and whether the list is active or inactive."); ?><BR>
|
||||||
<?php echo _QXZ("<U>STATUS FLAGS SUMMARY</U> = Shows a breakdown of the status flags for all the selected lists in all the selected campaigns combined. Status flags are set in the -Statuses- section of a campaign or the -System Statuses-."); ?><BR>
|
<?php echo _QXZ("<U>STATUS FLAGS SUMMARY</U> = Shows a breakdown of the status flags for all the selected lists in all the selected campaigns combined. Status flags are set in the -Statuses- section of a campaign or the -System Statuses-."); ?><BR>
|
||||||
<?php echo _QXZ("<U>CUSTOM STATUS CATEGORY STATS</U> = Shows a breakdown of the custom status categories for all the selected lists in all the selected campaigns combined. Categories can be defined under the -System Statuses- in the admin section."); ?><BR>
|
<?php echo _QXZ("<U>CUSTOM STATUS CATEGORY STATS</U> = Shows a breakdown of the custom status categories for all the selected lists in all the selected campaigns combined. Categories can be defined under the -System Statuses- in the admin section."); ?><BR>
|
||||||
|
|||||||
Reference in New Issue
Block a user