|
From: Greg M. <bli...@us...> - 2008-08-23 17:03:37
|
Update of /cvsroot/phpwebsite-comm/modules/mailinglists/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11197/boost Modified Files: install.sql Log Message: File Cabinet added to email forms for HTML messages. Index: install.sql =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/boost/install.sql,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** install.sql 2 Jan 2008 21:59:24 -0000 1.8 --- install.sql 23 Aug 2008 17:03:13 -0000 1.9 *************** *** 56,59 **** --- 56,60 ---- msg_text TEXT NOT NULL, msg_html TEXT NULL, + file_id INT NOT NULL, created INT NOT NULL DEFAULT '0', user_id INT NOT NULL DEFAULT '0', |