Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv7282
Modified Files:
jBlog_functions.inc.php
Log Message:
calendar fix, no slash required
Index: jBlog_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog_functions.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jBlog_functions.inc.php 4 Mar 2003 00:43:58 -0000 1.3
+++ jBlog_functions.inc.php 4 Mar 2003 01:22:21 -0000 1.4
@@ -101,7 +101,7 @@
<a href='<?= $link ?>'><?= $jBlog["months"][$month]." '".substr($year, 2) ?></a>
</nobr></B></TD>
<TD ALIGN='right'>
- <A HREF='<?= $jBlog['jBlogHTTPPath'] ?>/index.php?jBlog[calendarZoom]=<?= $nextYear.sprintf("%02d",$nextMonth) ?>'>
+ <A HREF='<?= $jBlog['jBlogHTTPPath'] ?>index.php?jBlog[calendarZoom]=<?= $nextYear.sprintf("%02d",$nextMonth) ?>'>
<IMG SRC='<?= $jBlog["jBlogHTTPPath"] ?>pixel/forward.png' BORDER='0'>
</A>
</TD>
|