Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv3130
Modified Files:
serendipity_functions.inc.php
Log Message:
its archives/e_*
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- serendipity_functions.inc.php 30 Mar 2003 14:44:07 -0000 1.5
+++ serendipity_functions.inc.php 30 Mar 2003 18:05:40 -0000 1.6
@@ -469,7 +469,7 @@
foreach ($entries as $entry) {
echo "<item>\n";
echo "<title>{$entry['title']}</title>\n";
- echo "<link>{$serendipity['baseURL']}e_{$entry['id']}.html</link>\n";
+ echo "<link>{$serendipity['baseURL']}archives/e_{$entry['id']}.html</link>\n";
if ($version == '2.0') {
// extract author information
$query = "select email from {$serendipity['dbPrefix']}authors where username='{$entry['username']}'";
|