[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.269,1.270

blaine at geeklog.net blaine at geeklog.net
Thu Jan 1 21:51:21 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv22097/public_html

Modified Files:
	lib-common.php 
Log Message:
Found typo in COM_getComment in the setup of the contributed link URL

Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.269
retrieving revision 1.270
diff -C2 -d -r1.269 -r1.270
*** lib-common.php	28 Dec 2003 18:51:45 -0000	1.269
--- lib-common.php	2 Jan 2004 02:51:18 -0000	1.270
***************
*** 2614,2618 ****
          }
          $template->set_var( 'start_author_anchortag', '<a href="'
!                 . $_CONF['site_url'] . '/users.php?mode?profile&uid='
                  . $A['uid'] . '">' );
          $template->set_var( 'end_author_anchortag', '</a>' );
--- 2614,2618 ----
          }
          $template->set_var( 'start_author_anchortag', '<a href="'
!                 . $_CONF['site_url'] . '/users.php?mode=profile&uid='
                  . $A['uid'] . '">' );
          $template->set_var( 'end_author_anchortag', '</a>' );





More information about the geeklog-cvs mailing list