mirror of
https://git.code.sf.net/p/quake/website
synced 2025-04-15 20:25:16 +00:00
No server available is not an SQL error.
This commit is contained in:
parent
22ff0de180
commit
6fe6c62876
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
return 0;
|
||||
} else {
|
||||
newsItem ('now', 'Web Server', '<P>No SQL server available!');
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue