*sigh*, forgot an 'else'

This commit is contained in:
Dan Olson 2000-06-16 03:41:17 +00:00
parent 1e00ce8dfd
commit b2c024b7a5
1 changed files with 2 additions and 1 deletions

View File

@ -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.';