small bug fix in admin.php
git-svn-id: svn://192.168.202.10@1229 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1316,7 +1316,7 @@ if ($non_latin < 1)
|
||||
$allow_alerts = ereg_replace("[^0-9]","",$allow_alerts);
|
||||
$vicidial_balance_rank = ereg_replace("[^0-9]","",$vicidial_balance_rank);
|
||||
$rank = ereg_replace("[^0-9]","",$rank);
|
||||
$enable_second_webform = ereg_replace("[^0-9]","",$rank);
|
||||
$enable_second_webform = ereg_replace("[^0-9]","",$enable_second_webform);
|
||||
|
||||
$drop_call_seconds = ereg_replace("[^-0-9]","",$drop_call_seconds);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user