fixed 3 translations bugs and rebuilt agc translations files for pl, es and el
git-svn-id: svn://192.168.202.10@239 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1181,7 +1181,7 @@ if ($ACTION == 'VDADcheckINCOMING')
|
||||
$rslt=mysql_query($stmt, $link);
|
||||
|
||||
### If ΚΛΗΣΗBK, change vicidial_callback record to INACTIVE
|
||||
if (eregi("CALLBK|CBHΠΑΛΑΙΟ", $dispo))
|
||||
if (eregi("CALLBK|CBHOLD", $dispo))
|
||||
{
|
||||
$stmt="UPDATE vicidial_callbacks set status='INACTIVE' where lead_id='$lead_id';";
|
||||
if ($format=='debug') {echo "\n<!-- $stmt -->";}
|
||||
@@ -1314,7 +1314,7 @@ if ($ACTION == 'updateDISPO')
|
||||
$agent_log_id = mysql_insert_id();
|
||||
|
||||
### ΚΛΗΣΗBACK ENTRY
|
||||
if ( ($dispo_choice == 'CBHΠΑΛΑΙΟ') and (strlen($CallBackDatETimE)>10) )
|
||||
if ( ($dispo_choice == 'CBHOLD') and (strlen($CallBackDatETimE)>10) )
|
||||
{
|
||||
$stmt="INSERT INTO vicidial_callbacks (lead_id,list_id,campaign_id,status,entry_time,callback_time,user,recipient,comments) values('$lead_id','$list_id','$campaign','ACTIVE','$NOW_TIME','$CallBackDatETimE','$user','$recipient','$comments');";
|
||||
if ($DB) {echo "$stmt\n";}
|
||||
|
||||
Reference in New Issue
Block a user