|
From: Benjamin C. <bc...@us...> - 2001-09-18 03:43:49
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv20358
Modified Files:
bug.php
Log Message:
I hate it when I leave debugging info in there :)
Index: bug.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/bug.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- bug.php 2001/09/18 03:43:06 1.43
+++ bug.php 2001/09/18 03:43:45 1.44
@@ -506,7 +506,7 @@
function show_projects() {
global $me, $q, $t, $project, $STRING;
- $q->Debug=true;
+
// Show only active projects with at least one component
$q->query('select p.* from '.TBL_PROJECT.' p, '.TBL_COMPONENT
.' c where p.active and p.project_id = c.project_id group by p.project_id
|