Update of /cvsroot/fink/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24364

Modified Files:
        header.inc theader.inc 
Log Message:
more potential function foo () fixes

Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/header.inc,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- header.inc  20 Jan 2008 19:06:49 -0000      1.116
+++ header.inc  20 Jan 2008 19:29:27 -0000      1.117
@@ -223,7 +223,7 @@
 }
 
 // Used in index
-function convert_date_to_locale ($initialstringdate) {
+function convert_date_to_locale($initialstringdate) {
        $date_exploded = @explode(' ', $initialstringdate, 3);
        $array_month = array('January', 'February', 'March', 'April', 'May', 
'June', 'July', 'August', 'September', 'October', 'November', 'December');
        $search_month = array_search($date_exploded[1], $array_month)+1;
@@ -236,7 +236,7 @@
 }
 
 // Used in News
-function gray_line ()
+function gray_line()
 {
        global $root;
        print '<img src="'.$root.'img/grey_pixel.gif" height="1" width="100%" 
alt="-">';

Index: theader.inc
===================================================================
RCS file: /cvsroot/fink/web/theader.inc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- theader.inc 7 Dec 2007 14:50:31 -0000       1.10
+++ theader.inc 20 Jan 2008 19:29:27 -0000      1.11
@@ -273,7 +273,7 @@
 }
 
 /* mis functions */
-function gray_line ()
+function gray_line()
 {
        global $root;
        print '<img src="'.$root.'img/grey_pixel.gif" height="1" width="100%" 
alt="-">';


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to