|
From: Benjamin C. <bc...@us...> - 2002-04-03 18:54:13
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv23687
Modified Files:
include.php
Log Message:
Cleanup
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- include.php 3 Apr 2002 18:45:50 -0000 1.107
+++ include.php 3 Apr 2002 18:54:08 -0000 1.108
@@ -173,7 +173,7 @@
}
-if ($u) {
+if (!empty($u)) {
list($owner_open, $owner_closed) =
$db->getRow(sprintf($QUERY['include-template-owner'], $u),
DB_FETCHMODE_ORDERED);
|