Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory sc8-pr-cvs1:/tmp/cvs-serv15389
Modified Files:
BackLinks.php
Log Message:
Bugfix: commented out debugging code that snuck into the release.
Index: BackLinks.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/BackLinks.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -2 -b -p -d -r1.20 -r1.21
--- BackLinks.php 14 Dec 2003 05:36:31 -0000 1.20
+++ BackLinks.php 22 Dec 2003 07:31:57 -0000 1.21
@@ -110,5 +110,5 @@ extends WikiPlugin
return HTML::p(fmt("No page links to %s.", $pagelink));
- trigger_error($pagelist->getTotal());
+ //trigger_error("DEBUG: " . $pagelist->getTotal());
if ($pagelist->getTotal() == 1)
@@ -132,4 +132,7 @@ extends WikiPlugin
// $Log$
+// Revision 1.21 2003/12/22 07:31:57 carstenklapp
+// Bugfix: commented out debugging code that snuck into the release.
+//
// Revision 1.20 2003/12/14 05:36:31 carstenklapp
// Internal changes to prepare for an upcoming feature: Added some
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
|
|