use constant instead of hard-coded number

This commit is contained in:
Steffen Schröder
2014-05-27 23:18:56 +02:00
parent 736507fccf
commit 433a088325
2 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,6 @@ class MapManager implements CallbackListener {
mxid = 0,
changed = NOW()
WHERE 'uid' = ?";
$mapStatement = $mysqli->prepare($mapQuery);
if ($mysqli->error) {
trigger_error($mysqli->error);