Changed include directory of db.postgres.php
authorarjen <arjen>
Sat, 8 Feb 2003 07:29:19 +0000 (07:29 +0000)
committerarjen <arjen>
Sat, 8 Feb 2003 07:29:19 +0000 (07:29 +0000)
src/phpclasses/db.class.php

index 5878a05..f93fa77 100644 (file)
@@ -36,7 +36,7 @@
          break;
       }
       if ($local_db_type <> "xxxxx") {
-       require_once ("classes/db.".$local_db_type.".php");
+       require_once ("db.".$local_db_type.".php");
       }
 
    function copy_db_class ($inp_class) {