[open-ils-commits] r1449 - evergreen-ils.org/incl (moodaepo)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 12 11:36:16 EDT 2011


Author: moodaepo
Date: 2011-05-12 11:36:13 -0400 (Thu, 12 May 2011)
New Revision: 1449

Modified:
   evergreen-ils.org/incl/news_box.php
   evergreen-ils.org/incl/sidebar.php
Log:
Reduced feed cache time from an hour to ten minutes.

Modified: evergreen-ils.org/incl/news_box.php
===================================================================
--- evergreen-ils.org/incl/news_box.php	2011-05-12 15:24:30 UTC (rev 1448)
+++ evergreen-ils.org/incl/news_box.php	2011-05-12 15:36:13 UTC (rev 1449)
@@ -45,7 +45,7 @@
 	private $current;
 	private $remaining;
  
-	public $cacheTime = 3600;
+	public $cacheTime = 600;
  
 	/**
 	 * Create Atom reader object.

Modified: evergreen-ils.org/incl/sidebar.php
===================================================================
--- evergreen-ils.org/incl/sidebar.php	2011-05-12 15:24:30 UTC (rev 1448)
+++ evergreen-ils.org/incl/sidebar.php	2011-05-12 15:36:13 UTC (rev 1449)
@@ -3,13 +3,6 @@
 <div id="leftside">
 
 <div id="leftsidebox">
-	<a href="http://pines.georgialibraries.org/evergreen2011/" alt="2011 Evergreen Conference Site">
-		<img src="/images/eg2011-logo165x165.JPG"></img>
-	</a>
-</div>
-<br />
-
-<div id="leftsidebox">
 <h3>Quick Links</h3>
 <p><a href="/dokuwiki/doku.php?id=community_servers">Evergreen Live Demos</a></p>
 <p><a href="/dokuwiki/doku.php?id=faqs:support">Evergreen Support</a></p>



More information about the open-ils-commits mailing list