From f518414fb6e5a3345a939547a27ab62500a19f0b Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Wed, 9 Jun 2004 16:13:04 +0000 Subject: [PATCH] * include required Database object (according to database type) * define wgIsMySQL and wgIsPg global variables --- includes/DatabaseFunctions.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/includes/DatabaseFunctions.php b/includes/DatabaseFunctions.php index 90bb40f193..6244ea743f 100644 --- a/includes/DatabaseFunctions.php +++ b/includes/DatabaseFunctions.php @@ -1,4 +1,5 @@