[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.349,1.350
dhaun at iowaoutdoors.org
dhaun at iowaoutdoors.org
Mon Aug 2 02:04:17 EDT 2004
Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv17692/public_html
Modified Files:
lib-common.php
Log Message:
Fixed "read more" link
Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.349
retrieving revision 1.350
diff -C2 -d -r1.349 -r1.350
*** lib-common.php 1 Aug 2004 19:16:23 -0000 1.349
--- lib-common.php 2 Aug 2004 06:04:12 -0000 1.350
***************
*** 487,490 ****
--- 487,492 ----
$recent_post_anchortag = '';
+ $articleUrl = COM_buildUrl( $_CONF['site_url'] . '/article.php?story='
+ . $A['sid'] );
$introtext = stripslashes( $A['introtext'] );
if( $index == 'n' )
***************
*** 592,597 ****
}
}
- $articleUrl = COM_buildUrl( $_CONF['site_url'] . '/article.php?story='
- . $A['sid'] );
$article->set_var( 'article_url', $articleUrl );
$article->set_var( 'recent_post_anchortag', $recent_post_anchortag );
--- 594,597 ----
More information about the geeklog-cvs
mailing list