Update of /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_history
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13024/plugins/serendipity_plugin_history
Modified Files:
serendipity_plugin_history.php
Log Message:
forgot to remove debugging-trash
Index: serendipity_plugin_history.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_history/serendipity_plugin_history.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- serendipity_plugin_history.php 28 Sep 2004 18:14:29 -0000 1.12
+++ serendipity_plugin_history.php 28 Sep 2004 18:38:24 -0000 1.13
@@ -199,9 +199,9 @@
($maxts-$max_age*86400)), $full, 15);
echo (empty($intro)) ? '' : "$intro<br />";
- if (!is_array($e)&&1==2) return false;
+ if (!is_array($e)) return false;
$e_c = @count($e);
- if ($e_c==0&&1==2) return false;
+ if ($e_c==0) return false;
for($x=0; $x < $e_c; $x++) {
$url = serendipity_archiveURL($e[$x]['id'],
$e[$x]['title'],
|