From 6a977ccfab7fe90ad4203d4e25fa821d98e43cce Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 1 Jul 2003 14:13:26 +0000 Subject: [PATCH] added search permission table alias added netscape browser flag to $default --- config/dmsDefaults.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 5c4fd10..1eb0c0f 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -132,6 +132,7 @@ $default->owl_time_period_table = "time_period"; $default->owl_time_unit_lookup_table = "time_unit_lookup"; $default->owl_archive_restoration_table = "archive_restoration_request"; $default->owl_status_table = "status_lookup"; +$default->search_permissions_table = "search_document_user_link"; // logo file that must reside inside lang/graphics directory $default->logo = "kt.jpg"; @@ -412,6 +413,7 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); $default->phpSniff = new phpSniff($_SERVER["HTTP_USER_AGENT"]); $default->browser = $default->phpSniff->property("browser"); $default->version = $default->phpSniff->property("version"); +$default->bNN4 = ($default->browser == "moz") && ($default->version <= "4.79"); require_once("$default->fileSystemRoot/lib/Log.inc"); $default->log = new Log($default->fileSystemRoot . "/log", INFO); -- libgit2 0.21.4