[open-ils-commits] r1326 - in evergreen-ils.org: . incl (bshum)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 10 17:34:41 EDT 2011
Author: bshum
Date: 2011-04-10 17:34:35 -0400 (Sun, 10 Apr 2011)
New Revision: 1326
Modified:
evergreen-ils.org/incl/about_sidebar.php
evergreen-ils.org/incl/com_sidebar.php
evergreen-ils.org/incl/doc_sidebar.php
evergreen-ils.org/incl/right_sidebar.php
evergreen-ils.org/incl/search_sidebar.php
evergreen-ils.org/index.php
evergreen-ils.org/staff_clients.php
Log:
Instead of using <? for short-open-tag, change to use <?php as per suggestions from PHP documentation.
Modified: evergreen-ils.org/incl/about_sidebar.php
===================================================================
--- evergreen-ils.org/incl/about_sidebar.php 2011-04-10 14:37:12 UTC (rev 1325)
+++ evergreen-ils.org/incl/about_sidebar.php 2011-04-10 21:34:35 UTC (rev 1326)
@@ -9,7 +9,7 @@
<h3>Table of Contents</h3>
<p><a href="/about.php#getting_to_know">» Getting to know Evergreen</a></p>
<p><a href="/about.php#getting_involved">» Getting Involved</a></p>
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
Modified: evergreen-ils.org/incl/com_sidebar.php
===================================================================
--- evergreen-ils.org/incl/com_sidebar.php 2011-04-10 14:37:12 UTC (rev 1325)
+++ evergreen-ils.org/incl/com_sidebar.php 2011-04-10 21:34:35 UTC (rev 1326)
@@ -12,7 +12,7 @@
<p><a href="/communicate.php#calendar">» Event Calendar</a></p>
<p><a href="/communicate.php#blog">» Official blog</a></p>
<p><a href="/communicate.php#planet">» Community blogs</a></p>
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
Modified: evergreen-ils.org/incl/doc_sidebar.php
===================================================================
--- evergreen-ils.org/incl/doc_sidebar.php 2011-04-10 14:37:12 UTC (rev 1325)
+++ evergreen-ils.org/incl/doc_sidebar.php 2011-04-10 21:34:35 UTC (rev 1326)
@@ -10,7 +10,7 @@
<p><a href="/documentation.php#official">» Official Documentation</a></p>
<p><a href="/documentation.php#process">» Process Documentation</a></p>
<p><a href="/documentation.php#dokuwiki">» Evergreen Wiki</a></p>
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
Modified: evergreen-ils.org/incl/right_sidebar.php
===================================================================
--- evergreen-ils.org/incl/right_sidebar.php 2011-04-10 14:37:12 UTC (rev 1325)
+++ evergreen-ils.org/incl/right_sidebar.php 2011-04-10 21:34:35 UTC (rev 1326)
@@ -6,7 +6,7 @@
<div id="rightsidebox">
<?php include "/var/www/open-ils.org/incl/search_box.php" ;?>
<br />
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
Modified: evergreen-ils.org/incl/search_sidebar.php
===================================================================
--- evergreen-ils.org/incl/search_sidebar.php 2011-04-10 14:37:12 UTC (rev 1325)
+++ evergreen-ils.org/incl/search_sidebar.php 2011-04-10 21:34:35 UTC (rev 1326)
@@ -4,7 +4,7 @@
<div id="rightside">
<div id="rightsidebox">
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
Modified: evergreen-ils.org/index.php
===================================================================
--- evergreen-ils.org/index.php 2011-04-10 14:37:12 UTC (rev 1325)
+++ evergreen-ils.org/index.php 2011-04-10 21:34:35 UTC (rev 1326)
@@ -20,7 +20,7 @@
those materials, no matter how large or complex the libraries.</p>
<p>Evergreen is open source software, freely licensed under the GNU GPL.</p>
<div id="news_box">
-<?
+<?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
Modified: evergreen-ils.org/staff_clients.php
===================================================================
--- evergreen-ils.org/staff_clients.php 2011-04-10 14:37:12 UTC (rev 1325)
+++ evergreen-ils.org/staff_clients.php 2011-04-10 21:34:35 UTC (rev 1326)
@@ -33,7 +33,7 @@
<a name="161"></a>
<h2>1.6.1</h2>
-<?
+<?php
$fdir = "downloads/";
$globarray = glob($fdir . "evergreen-setup-rel_1_6_1_*.exe");
usort($globarray, create_function('$a,$b', 'return filemtime($b) - filemtime($a);'));
More information about the open-ils-commits
mailing list