Capture the outcome of the config_plugins table creation.

This commit is contained in:
martinlanghoff
2005-05-30 05:24:19 +00:00
parent 987d846223
commit fc0ee03121
+1 -1
View File
@@ -1092,7 +1092,7 @@ function main_upgrade($oldversion=0) {
if ($oldversion < 2005052301 ) { // Add config_plugins table
execute_sql("CREATE TABLE {$CFG->prefix}config_plugins (
$result = execute_sql("CREATE TABLE {$CFG->prefix}config_plugins (
id SERIAL PRIMARY KEY,
plugin varchar(255) NOT NULL default 'core',
name varchar(255) NOT NULL default '',