Diff of /mambo/branches/4.6/administrator/components/com_comment/comment.xml
Parent Directory
|
Revision Log
|
Patch
| revision 1725, Fri May 23 11:25:34 2008 UTC | revision 1726, Sat May 24 02:29:22 2008 UTC | |
|---|---|---|
| # | Line 7 | Line 7 |
| 7 | <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license> | <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license> |
| 8 | <authorEmail>core@mambo-foundation.org</authorEmail> | <authorEmail>core@mambo-foundation.org</authorEmail> |
| 9 | <authorUrl>mambo-foundation.org</authorUrl> | <authorUrl>mambo-foundation.org</authorUrl> |
| 10 | <version>4.6.x.7</version> | <version>1.1</version> |
| 11 | <description>Adds a commenting feature to articles within selected sections</description> | <description>Adds a commenting feature to articles within selected sections</description> |
| 12 | <files> | <files> |
| 13 | <filename>comment.php</filename> | <filename>comment.php</filename> |
| # | Line 16 | Line 16 |
| 16 | <queries> | <queries> |
| 17 | <query>DROP TABLE IF EXISTS `#__comment`</query> | <query>DROP TABLE IF EXISTS `#__comment`</query> |
| 18 | <query> | <query> |
| 19 | CREATE TABLE `#__comment` ( | CREATE TABLE IF NOT EXISTS `#__comment` ( |
| 20 | `id` int(10) NOT NULL auto_increment, | `id` int(10) NOT NULL auto_increment, |
| 21 | `articleid` int(10) NOT NULL default '0', | `articleid` int(10) NOT NULL default '0', |
| 22 | `ip` varchar(15) NOT NULL default '', | `ip` varchar(15) NOT NULL default '', |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

