|
From: Benjamin C. <bc...@us...> - 2001-08-08 13:23:54
|
Update of /cvsroot/phpbt/phpbt/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17166/admin
Modified Files:
project.php
Log Message:
Heh, don't want to leave that in there. :)
Index: project.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/project.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.php 2001/08/08 13:18:15 1.6
+++ project.php 2001/08/08 13:23:50 1.7
@@ -1,7 +1,7 @@
<?php
include '../include.php';
-error_reporting(E_ALL);
+
function do_form($projectid = 0) {
global $q, $me, $name, $description, $active, $version, $u, $STRING, $now;
|