Changeset 1903 in ExiteCMS


Ignore:
Timestamp:
10/22/08 18:32:55 (3 years ago)
Author:
hverton
Message:

fixed typo in the shoutbox module installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/shoutbox_panel/php-files/modules/shoutbox_panel/module_installer.php

    r1893 r1903  
    409409            case "1.1.1": 
    410410                // 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 ( 
    412412                        shout_id smallint(5) unsigned NOT NULL auto_increment, 
    413413                        shout_name varchar(50) NOT NULL default '', 
Note: See TracChangeset for help on using the changeset viewer.