projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5d0a8
)
fix include I missed
author
chriskl
<chriskl>
Fri, 19 Dec 2003 05:53:19 +0000
(
05:53
+0000)
committer
chriskl
<chriskl>
Fri, 19 Dec 2003 05:53:19 +0000
(
05:53
+0000)
classes/database/BaseDB.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/database/BaseDB.php
b/classes/database/BaseDB.php
index 1bbce9c51ea2461d95888bf3fbaf09c5c8cd98a0..2ca304ccd5619511ef5752c9cb51fb012d082798 100644
(file)
--- a/
classes/database/BaseDB.php
+++ b/
classes/database/BaseDB.php
@@
-4,10
+4,10
@@
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: BaseDB.php,v 1.3
5 2003/12/10 16:03:30
chriskl Exp $
+ * $Id: BaseDB.php,v 1.3
6 2003/12/19 05:53:19
chriskl Exp $
*/
-include_once('classes/database/ADODB_base.php');
+include_once('
./
classes/database/ADODB_base.php');
class BaseDB extends ADODB_base {