Update of /cvsroot/phpwsscoreboard/scoreboard/boost
In directory sc8-pr-cvs1:/tmp/cvs-serv29383/boost
Modified Files:
update.php
Log Message:
Added justification to boxscore templates
Index: update.php
===================================================================
RCS file: /cvsroot/phpwsscoreboard/scoreboard/boost/update.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** update.php 6 Dec 2003 05:11:50 -0000 1.2
--- update.php 24 Dec 2003 01:01:40 -0000 1.3
***************
*** 113,116 ****
--- 113,117 ----
$content .= "------------------------------------------<br />";
$content .= "- Now compatible with phpWebSite 0.9.3-2<br />";
+ $content .= "- Boxscore template now has justification ability<br />";
}
?>
|