Added PHP input form variable filters
git-svn-id: svn://192.168.202.10@3566 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -236,6 +236,9 @@ if (strlen($appointment_time) < 1)
|
||||
$appointment_timeARRAY = explode(":",$appointment_time);
|
||||
$appointment_hour = $appointment_timeARRAY[0];
|
||||
$appointment_min = $appointment_timeARRAY[1];
|
||||
|
||||
$DB=preg_replace("/[^0-9a-zA-Z]/","",$DB);
|
||||
|
||||
##### END Put custom fields here #####
|
||||
|
||||
# if options file exists, use the override values for the above variables
|
||||
|
||||
Reference in New Issue
Block a user