Update of /cvsroot/stack/stack-1-0/scripts/install
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24420
Modified Files:
stackInstall.php
Log Message:
Index: stackInstall.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/install/stackInstall.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** stackInstall.php 4 Sep 2005 19:24:57 -0000 1.18
--- stackInstall.php 5 Sep 2005 14:10:01 -0000 1.19
***************
*** 128,131 ****
--- 128,137 ----
stack_mysqlcmd($qu,'root',$err);
+ // (2.5) Drop some student data
+ //stack_mysqlcmd("DROP TABLE questionAttempts",$stack_mysql['user'],$err);
+ //stack_mysqlcmd("DROP TABLE quizAttempts",$stack_mysql['user'],$err);
+
+
+
// (3) Create a question table
//
|