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

Modified Files:
        header.inc 
Log Message:
this fix will not work properly on your Mac, but with SourceForge

Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/header.inc,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- header.inc  16 Jan 2005 17:28:44 -0000      1.89
+++ header.inc  16 Jan 2005 17:51:21 -0000      1.90
@@ -194,7 +194,8 @@
        $search_month = array_search($date_exploded[1], $array_month)+1;
        $date_converted=gmstrftime(FINK_DATE_FORMAT, 
mktime(1,0,0,$search_month, $date_exploded[0], $date_exploded[2],0));
        $date_encoding = mb_detect_encoding($date_converted);
-       if ($date_encoding == '') $date_encoding = FINK_SF_ENCODING;
+       // if ($date_encoding == '') $date_encoding = FINK_SF_ENCODING;
+       $date_encoding = FINK_SF_ENCODING;
        $date_converted = mb_convert_encoding($date_converted, "UTF-8", 
$date_encoding);
        return $date_converted;
 }



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to