Subsequent fixes after major changes for PDO
This commit is contained in:
@@ -14,7 +14,7 @@ $location_id = sanitize($_GET['location_id']);
|
||||
include("header.php");
|
||||
|
||||
// location
|
||||
$sql = "SELECT location_name AS name, location_parent AS parent,
|
||||
$sql = "SELECT location_id AS id, location_name AS name, location_parent AS parent,
|
||||
location_info AS info, location_sort AS sort
|
||||
FROM location
|
||||
WHERE location_id=?";
|
||||
|
||||
Reference in New Issue
Block a user