[geeklog-cvs] geeklog: fixed bug 0000927

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jan 26 15:53:46 EST 2010


changeset 7638:5d77f1b1c408
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5d77f1b1c408
user: stan <yankees26an at gmail.com>
date: Mon Jul 20 15:49:29 2009 -0400
description:
fixed bug 0000927

diffstat:

 system/lib-comment.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1d042dc8746a -r 5d77f1b1c408 system/lib-comment.php
--- a/system/lib-comment.php	Mon Jul 20 13:55:04 2009 -0400
+++ b/system/lib-comment.php	Mon Jul 20 15:49:29 2009 -0400
@@ -555,7 +555,7 @@
             $retval .= $template->parse( 'output', 'comment' );
         }
         $row++;
-    } while( $A = ($preview)?0:DB_fetchArray( $comments ));
+    } while( !$preview && ($A = DB_fetchArray( $comments )));
 
     return $retval;
 }



More information about the geeklog-cvs mailing list