mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-14 09:02:00 +00:00
When updating a pick also update the location (in mysqli PHP file).
This commit is contained in:
@@ -355,6 +355,7 @@ function picks_update($method_name, $params, $app_data)
|
||||
"name = '". mysqli_real_escape_string($link,$name) . "', " .
|
||||
"description = '". mysqli_real_escape_string($link,$description) . "', " .
|
||||
"snapshotuuid = '". mysqli_real_escape_string($link,$snapshotuuid) . "' WHERE ".
|
||||
"pos = '". mysqli_real_escape_string($link,$pos) ."'";
|
||||
"pickuuid = '". mysqli_real_escape_string($link,$pickuuid) ."'";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user