[geeklog-cvs] geeklog: Whoops, left in a COM_errorLog used for debugging

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Apr 10 16:17:59 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/b5b303bd0f52
changeset: 6909:b5b303bd0f52
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri Apr 10 21:11:06 2009 +0200
description:
Whoops, left in a COM_errorLog used for debugging

diffstat:

1 file changed, 1 deletion(-)
system/lib-syndication.php |    1 -

diffs (11 lines):

diff -r 727097e8a198 -r b5b303bd0f52 system/lib-syndication.php
--- a/system/lib-syndication.php	Fri Apr 10 21:04:16 2009 +0200
+++ b/system/lib-syndication.php	Fri Apr 10 21:11:06 2009 +0200
@@ -403,7 +403,6 @@
         $fulltext = PLG_replaceTags( $fulltext );
         $storytext = SYND_truncateSummary( $fulltext, $contentLength );
         $fulltext = trim( $fulltext );
-COM_errorLog($fulltext);
         $fulltext = str_replace(array("\015\012", "\015"), "\012", $fulltext);
 
         if( $row['postmode'] == 'plaintext' ) 



More information about the geeklog-cvs mailing list