|
From: Benjamin C. <bc...@us...> - 2001-12-01 19:51:23
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv9417
Modified Files:
include.php
Log Message:
Need to override these vars in the new db includes
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- include.php 2001/11/23 05:10:44 1.78
+++ include.php 2001/12/01 19:51:20 1.79
@@ -40,6 +40,8 @@
var $User = DB_USER;
var $Password = DB_PASSWORD;
var $Seq_Table = TBL_DB_SEQUENCE;
+ var $Seq_ID_Col = "nextid";
+ var $Seq_Name_Col = "seq_name";
// Attempt to handle different limit syntax
function limit_query($q_string, $limit, $offset = 0) {
|