Revision: 10298
http://sourceforge.net/p/phpwiki/code/10298
Author: vargenau
Date: 2021-06-17 16:28:47 +0000 (Thu, 17 Jun 2021)
Log Message:
-----------
Remove dead code
Modified Paths:
--------------
trunk/lib/plugin/SqlResult.php
Modified: trunk/lib/plugin/SqlResult.php
===================================================================
--- trunk/lib/plugin/SqlResult.php 2021-06-17 16:08:11 UTC (rev 10297)
+++ trunk/lib/plugin/SqlResult.php 2021-06-17 16:28:47 UTC (rev 10298)
@@ -214,12 +214,6 @@
HTML::tbody($html),
HTML::tfoot($paging));
}
- if (0 and DEBUG) { // test deferred error/warning/notice collapsing
- trigger_error("test notice", E_USER_NOTICE);
- trigger_error("test warning", E_USER_WARNING);
- }
-
return $html;
}
-
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|