From 7e5e70548b52462a2f91f3a06cadde7198ea8f6e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 26 May 2009 06:01:04 +0000 Subject: clean up whitespace errors introduced in last commit --- core/helpers/core_installer.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core/helpers/core_installer.php') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 81246359..cffcbedb 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -180,12 +180,12 @@ class core_installer { ENGINE=InnoDB DEFAULT CHARSET=utf8;"); $db->query("CREATE TABLE {vars} ( - `id` int(9) NOT NULL auto_increment, - `module_name` varchar(64) NOT NULL, - `name` varchar(64) NOT NULL, - `value` text, - PRIMARY KEY (`id`), - UNIQUE KEY(`module_name`, `name`)) + `id` int(9) NOT NULL auto_increment, + `module_name` varchar(64) NOT NULL, + `name` varchar(64) NOT NULL, + `value` text, + PRIMARY KEY (`id`), + UNIQUE KEY(`module_name`, `name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); foreach (array("albums", "logs", "modules", "resizes", "thumbs", "tmp", "uploads") as $dir) { -- cgit v1.2.3