[Openfirst-cvscommit] emoticon/setup setup.mysql,1.5,1.6
Brought to you by:
xtimg
From: <xt...@us...> - 2003-06-28 15:46:31
|
Update of /cvsroot/openfirst/emoticon/setup In directory sc8-pr-cvs1:/tmp/cvs-serv12504/setup Modified Files: setup.mysql Log Message: Add preview as index.php to emoticon, add include to MySQL setup file, move include functions to emoticonf.php Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/emoticon/setup/setup.mysql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** setup.mysql 27 Jun 2003 23:15:30 -0000 1.5 --- setup.mysql 28 Jun 2003 15:46:27 -0000 1.6 *************** *** 439,441 **** INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(torch)','<img src=\"http://openfirst.sourceforge.net/image/minimascot.png\" alt=\"(torch)\" title=\"(torch)\" />'); INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(first)','<img src=\"http://openfirst.sourceforge.net/image/icon/flag/first.png\" alt=\"(first)\" title=\"(first)\" />'); ! INSERT INTO ofirst_config SET modulename='emoticon',showonmenu='0',active='0',adminnavigation='<a href="$basepath/emoticon/">Main</a>'; \ No newline at end of file --- 439,441 ---- INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(torch)','<img src=\"http://openfirst.sourceforge.net/image/minimascot.png\" alt=\"(torch)\" title=\"(torch)\" />'); INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(first)','<img src=\"http://openfirst.sourceforge.net/image/icon/flag/first.png\" alt=\"(first)\" title=\"(first)\" />'); ! INSERT INTO ofirst_config SET modulename='emoticon',showonmenu='0',active='0',adminnavigation='<a href="$basepath/emoticon/">Main</a>',includes='emoticonf.php',modulenavigation='<a href="$basepath/emoticon/">View Emoticons</a>'; \ No newline at end of file |