summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index c1431f1ad..ca040ec36 100644
--- a/backend.php
+++ b/backend.php
@@ -3981,7 +3981,7 @@
$uid = db_fetch_result($result, 0, "id");
print getGlobalUnread($link, $uid);
} else {
- print "Error: user not found";
+ print "-1;User not found";
}
$print_exec_time = false;