From b77d0dd6c5574d9841cd5d040dfcc351a58ccb82 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 27 Aug 2008 06:58:33 -0400 Subject: [PATCH] - added options to use syslog instead of log file (#1484850) - added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer --- installer/check.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/installer/check.php b/installer/check.php index 4ede85c..a314ff7 100644 --- a/installer/check.php +++ b/installer/check.php @@ -116,9 +116,6 @@ if (class_exists($classname)) { $RCI->pass($classname); } - else if ($classname == 'DB' || ($classname == 'MDB2' && class_exists('DB'))) { - $RCI->na($classname, 'Use ' . ($classname == 'DB' ? 'MDB2' : 'DB') . ' instead'); - } else { $RCI->fail($classname, "Failed to load $file", $source_urls[$classname]); } -- Gitblit v1.9.1