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:
mattf
2009-09-17 01:43:55 +00:00
parent 688f6b5357
commit 37ccfb7e83
+1 -1
View File
@@ -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);