[geeklog-cvs] Geeklog-1.x/system lib-comment.php,1.58,1.59

Oliver ospiess at qs1489.pair.com
Sun Aug 12 21:27:36 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv14329

Modified Files:
	lib-comment.php 
Log Message:
fixed template variable author_link for anonymous

Index: lib-comment.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/lib-comment.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** lib-comment.php	13 Aug 2007 01:21:16 -0000	1.58
--- lib-comment.php	13 Aug 2007 01:27:34 -0000	1.59
***************
*** 319,322 ****
--- 319,323 ----
              $template->set_var( 'author', $A['username'] );
              $template->set_var( 'author_fullname', $A['username'] );
+             $template->set_var( 'author_link', $A['username'] );
              $template->set_var( 'author_photo', '' );
              $template->set_var( 'camera_icon', '' );




More information about the geeklog-cvs mailing list