svn: /pear2/BugManager/trunk/www/pearworm/source/ getTableCount.php getTableRowData.php
[email protected] (Greg Beaver) Wed, 08 Sep 2010 21:28:03 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
cellog Wed, 08 Sep 2010 21:28:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303179
Log:
remove accidental debug code commit
Changed paths:
U pear2/BugManager/trunk/www/pearworm/source/getTableCount.php
U pear2/BugManager/trunk/www/pearworm/source/getTableRowData.php
Modified: pear2/BugManager/trunk/www/pearworm/source/getTableCount.php
===================================================================
--- pear2/BugManager/trunk/www/pearworm/source/getTableCount.php 2010-09-08 20:23:00 UTC (rev 303178)
+++ pear2/BugManager/trunk/www/pearworm/source/getTableCount.php 2010-09-08 21:28:03 UTC (rev 303179)
@@ -1,7 +1,7 @@
<?php
use PEAR2\BugManager;
-if (0 && file_exists(__DIR__ . '/../../config.inc.php')) {
+if (file_exists(__DIR__ . '/../../config.inc.php')) {
include __DIR__ . '/../../config.inc.php';
} else {
require __DIR__ . '/../../config.sample.php';
Modified: pear2/BugManager/trunk/www/pearworm/source/getTableRowData.php
===================================================================
--- pear2/BugManager/trunk/www/pearworm/source/getTableRowData.php 2010-09-08 20:23:00 UTC (rev 303178)
+++ pear2/BugManager/trunk/www/pearworm/source/getTableRowData.php 2010-09-08 21:28:03 UTC (rev 303179)
@@ -1,7 +1,7 @@
<?php
use PEAR2\BugManager;
-if (0 && file_exists(__DIR__ . '/../../config.inc.php')) {
+if (file_exists(__DIR__ . '/../../config.inc.php')) {
include __DIR__ . '/../../config.inc.php';
} else {
require __DIR__ . '/../../config.sample.php';