From fc0ee03121f346f3cf93b8dbdd25963a1860fefd Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Mon, 30 May 2005 05:24:19 +0000 Subject: [PATCH] Capture the outcome of the config_plugins table creation. --- lib/db/postgres7.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/postgres7.php b/lib/db/postgres7.php index 6fe4748136a..6fdbfd3c6fb 100644 --- a/lib/db/postgres7.php +++ b/lib/db/postgres7.php @@ -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 '',