Revision 1538
Added by Dietmar almost 13 years ago
install.php | ||
---|---|---|
4 | 4 |
* @category modules |
5 | 5 |
* @package wrapper |
6 | 6 |
* @author WebsiteBaker Project |
7 |
* @copyright 2004-2009, Ryan Djurovich |
|
8 | 7 |
* @copyright 2009-2011, Website Baker Org. e.V. |
9 | 8 |
* @link http://www.websitebaker2.org/ |
10 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
... | ... | |
26 | 25 |
. ' `url` TEXT NOT NULL,' |
27 | 26 |
. ' `height` INT NOT NULL DEFAULT \'0\',' |
28 | 27 |
. ' PRIMARY KEY ( `section_id` ) ' |
29 |
. ' )'; |
|
28 |
. ' ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci';
|
|
30 | 29 |
$database->query($mod_wrapper); |
31 | 30 |
} |
32 |
|
|
33 |
?> |
Also available in: Unified diff
! add table db engine in module install scripts
! some small updates in modules