Changeset - fb74fadddb28
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-12-02 22:36:59
ohnobinki@ohnopublishing.net
Add some missing semicolons.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
admin.php
Show inline comments
 
@@ -142,10 +142,10 @@
 

	
 

	
 
<h3>Update</h3>
 
<p>You are currently running version <?php echo SP_PACKAGE_VERSION ?>. The latest available release is VERSION.</p>
 
<p>You are currently running version <?php echo SP_PACKAGE_VERSION; ?>. The latest available release is VERSION.</p>
 

	
 
<h3>Rehash</h3>
 
<p>Last full rehash ocurred on  <?php echo getLastRehash() ?>.</p>
 
<p>Last full rehash ocurred on  <?php echo getLastRehash(); ?>.</p>
 
<ul>
 
  <li><a href="admin.php?rehash">Rehash All Institutions</a></li>
 
  <li><?php schoolsDropList(); ?> <a href="admin.php?rehash">Rehash Institution</a> </li>
0 comments (0 inline, 0 general)