1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 09:47:11 +00:00

fix blank character after opening bracket in function calls

This commit is contained in:
Andrew Dolgov
2013-04-17 18:34:18 +04:00
parent 72ff013729
commit a42c55f02b
56 changed files with 1399 additions and 1399 deletions

View File

@@ -88,7 +88,7 @@
}
if (SINGLE_USER_MODE) {
$result = db_query( "SELECT id FROM ttrss_users WHERE id = 1");
$result = db_query("SELECT id FROM ttrss_users WHERE id = 1");
if (db_num_rows($result) != 1) {
array_push($errors, "SINGLE_USER_MODE is enabled in config.php but default admin account is not found.");