Changeset 1903 in ExiteCMS for modules/common/shoutbox_panel/php-files/modules/shoutbox_panel/module_installer.php
- Timestamp:
- 10/22/08 18:32:55 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/shoutbox_panel/php-files/modules/shoutbox_panel/module_installer.php
r1893 r1903 409 409 case "1.1.1": 410 410 // upgrade to ExiteCMS v7.2. no upgrade actions for this release 411 $result = dbquery "CREATE TABLE IF NOT EXISTS ".$db_prefix."shoutbox (411 $result = dbquery("CREATE TABLE IF NOT EXISTS ".$db_prefix."shoutbox ( 412 412 shout_id smallint(5) unsigned NOT NULL auto_increment, 413 413 shout_name varchar(50) NOT NULL default '',
Note: See TracChangeset
for help on using the changeset viewer.
