Update of /cvsroot/openfirst/feedback/setup
In directory sc8-pr-cvs1:/tmp/cvs-serv30035
Modified Files:
setup.mysql
Log Message:
Edit of setup.mysql to insert module into ofirst_config
Index: setup.mysql
===================================================================
RCS file: /cvsroot/openfirst/feedback/setup/setup.mysql,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** setup.mysql 21 Jun 2003 15:50:36 -0000 1.3
--- setup.mysql 26 Jun 2003 15:22:18 -0000 1.4
***************
*** 1 ****
--- 1,2 ----
create table ofirst_feedbackusers (name TEXT, email TEXT);
+ INSERT INTO ofirst_config SET modulename=`feedback`,showonmenu=`False`,active=`False`
\ No newline at end of file
|