Skip to content

Commit

Permalink
Added conditions table
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@260 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 24, 2003
1 parent 38ea39f commit a207980
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/createdb.php
Expand Up @@ -75,6 +75,10 @@
{echo "Users Table Created Succesfully..<BR>";}
else
{echo "Users table could not be created!<BR>";}
if (mysql_query($createconditions))
{echo "Conditions Table Created Succesfully..<br />\n";}
else
{echo "Conditions table could not be created!<br />\n";}

echo "<BR><BR><B>Now you can go back to the Admin page!<BR>";
echo "<INPUT TYPE='SUBMIT' VALUE='Admin' onClick='location.href=\"$scriptname\"'>";
Expand Down

0 comments on commit a207980

Please sign in to comment.