From 1dea7ebb045454a503a9dcba2912db05d1b04002 Mon Sep 17 00:00:00 2001 From: paca70 Date: Thu, 24 Apr 2003 17:38:20 +0000 Subject: [PATCH] global $CFG was missing...? --- lib/db/postgres7.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/db/postgres7.php b/lib/db/postgres7.php index 9a4c423b5d..d3dfb26957 100644 --- a/lib/db/postgres7.php +++ b/lib/db/postgres7.php @@ -18,6 +18,7 @@ // This file is tailored to PostgreSQL 7 function main_upgrade($oldversion=0) { + global $CFG; if ($oldversion < 2003010101) { delete_records("log_display", "module", "user"); -- 2.39.5