fix require path
authorchriskl <chriskl>
Sat, 3 Jan 2004 09:32:18 +0000 (09:32 +0000)
committerchriskl <chriskl>
Sat, 3 Jan 2004 09:32:18 +0000 (09:32 +0000)
libraries/lib.inc.php

index 353f9b6c58d393abf671583fdc3f8293f8564d24..249f3e6130f736b1cae814d30b534a5aee3afad8 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.71 2003/12/17 09:11:32 chriskl Exp $
+        * $Id: lib.inc.php,v 1.72 2004/01/03 09:32:18 chriskl Exp $
         */
        
        // Set error reporting level to max
 
                // Create a database wrapper class for easy manipulation of the
                // connection.
-               require_once('classes/database/' . $_type . '.php');
+               require_once('./classes/database/' . $_type . '.php');
                $data = new $_type($_connection->conn);
 
                // If schema is defined and database supports schemas, then set the