diff --git a/agc_2-X/trunk/www/vicidial/admin_lists_custom.php b/agc_2-X/trunk/www/vicidial/admin_lists_custom.php index b012c481..5c7e124e 100644 --- a/agc_2-X/trunk/www/vicidial/admin_lists_custom.php +++ b/agc_2-X/trunk/www/vicidial/admin_lists_custom.php @@ -1,7 +1,7 @@ LICENSE: AGPLv2 +# Copyright (C) 2015 Matt Florell LICENSE: AGPLv2 # # this screen manages the custom lists fields in ViciDial # @@ -33,10 +33,11 @@ # 141006-0903 - Finalized adding QXZ translation to all admin files # 141230-0018 - Added code for on-the-fly language translations display # 150626-2120 - Modified mysqli_error() to mysqli_connect_error() where appropriate +# 151007-2001 - Fixed issue with field deletion # -$admin_version = '2.10-26'; -$build = '150626-2120'; +$admin_version = '2.12-27'; +$build = '151007-2001'; require("dbconnect_mysqli.php"); require("functions.php"); @@ -630,7 +631,7 @@ if ( ($action == "DELETE_CUSTOM_FIELD_CONFIRMATION") and ($list_id > 99) and ($f {echo ""._QXZ("ERROR: Table does not exist")." custom_$list_id\n
";} else { - echo "

"._QXZ("CLICK HERE TO CONFIRM DELETION OF THIS CUSTOM FIELD").": $field_label - $field_id - $list_id

"; + echo "

"._QXZ("CLICK HERE TO CONFIRM DELETION OF THIS CUSTOM FIELD").": $field_label - $field_id - $list_id

"; } } @@ -1260,7 +1261,7 @@ if ( ($action == "MODIFY_CUSTOM_FIELDS") and ($list_id > 99) ) // echo "\n"; // echo " $NWB#lists_fields-field_required$NWE \n"; echo "              \n"; - echo ""._QXZ("DELETE THIS CUSTOM FIELD").""; + echo ""._QXZ("DELETE THIS CUSTOM FIELD").""; echo "\n"; echo "

\n";