|
From: Javier S. <ja...@us...> - 2001-10-29 22:59:59
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv6587
Modified Files:
include.php
Log Message:
Changing SQL syntax for postgres compatibilty on template extends
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- include.php 2001/10/29 22:56:54 1.65
+++ include.php 2001/10/29 22:59:55 1.66
@@ -213,7 +213,6 @@
class templateclass extends Template {
function pparse($target, $handle, $append = false) {
global $auth, $perm, $q;
-$q->Debug=true;
$u = $auth->auth['uid'];
$this->set_block('wrap', 'logoutblock', 'loblock');
|