[geeklog-cvs] Geeklog-1.x/system lib-story.php,1.120,1.121
    Dirk Haun 
    dhaun at qs1489.pair.com
       
    Sat Jan  5 11:01:01 EST 2008
    
    
  
Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv7703/system
Modified Files:
	lib-story.php 
Log Message:
The {start_comments_anchortag} and {end_comments_anchortag} variables were gone missing ...
Index: lib-story.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-story.php,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -d -r1.120 -r1.121
*** lib-story.php	4 Jan 2008 18:36:31 -0000	1.120
--- lib-story.php	5 Jan 2008 16:00:59 -0000	1.121
***************
*** 346,349 ****
--- 346,352 ----
                          . '</span>';
                  $article->set_var( 'comments_with_count', COM_createLink($comments_with_count, $commentsUrl));
+                 $article->set_var( 'start_comments_anchortag', '<a href="'
+                         . $commentsUrl . '">' );
+                 $article->set_var( 'end_comments_anchortag', '</a>' );
              }
              else
    
    
More information about the geeklog-cvs
mailing list