[med-svn] r500 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Oct 2 11:31:18 UTC 2007
Author: hanska-guest
Date: 2007-10-02 11:31:18 +0000 (Tue, 02 Oct 2007)
New Revision: 500
Modified:
trunk/community/website/index.php
Log:
stupid case-sensitivity
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-02 11:30:24 UTC (rev 499)
+++ trunk/community/website/index.php 2007-10-02 11:31:18 UTC (rev 500)
@@ -15,7 +15,7 @@
<div id="rssOutput">div</div>
</p>
<?php
- include_once("inc/lastRss.php");
+ include_once("inc/lastRSS.php");
$rss = new lastRSS;
$rss->cache_dir = "./cache";
More information about the debian-med-commit
mailing list