mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 09:21:29 +00:00
*sigh*, forgot an 'else'
This commit is contained in:
parent
1e00ce8dfd
commit
b2c024b7a5
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
echo '<P>Hmm... that\'s not right. An error occoured';
|
||||
}
|
||||
}
|
||||
echo '<P>MySQL error occoured, possibly an invalid query. Contact your webmaster';
|
||||
else
|
||||
echo '<P>MySQL error occoured, possibly an invalid query. Contact your webmaster';
|
||||
mysql_close ($conn);
|
||||
} else {
|
||||
echo 'You suck, butthead.';
|
||||
|
|
Loading…
Reference in a new issue