Update of /cvsroot/fink/web/lists
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26671/lists

Modified Files:
        constants.de.inc constants.fr.inc constants.pt.inc 
        constants.zh.inc header.inc 
Log Message:
Patch this, that and those...
Get those undefined warnings removed =)


Index: constants.pt.inc
===================================================================
RCS file: /cvsroot/fink/web/lists/constants.pt.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- constants.pt.inc    28 Feb 2009 21:56:14 -0000      1.1
+++ constants.pt.inc    5 Sep 2010 16:11:54 -0000       1.2
@@ -16,5 +16,5 @@
 // +--------------------------------------------------------------------------+
 
 /* The Sections.  Used in Menu Navigation Bar */
-define (FINK_HEAD, 'Visão geral');
+define ("FINK_HEAD", 'Visão geral');
 ?>

Index: constants.fr.inc
===================================================================
RCS file: /cvsroot/fink/web/lists/constants.fr.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- constants.fr.inc    25 Mar 2004 05:48:40 -0000      1.1
+++ constants.fr.inc    5 Sep 2010 16:11:54 -0000       1.2
@@ -16,5 +16,5 @@
 // +--------------------------------------------------------------------------+
 
 /* The Sections.  Used in Menu Navigation Bar */
-define (FINK_HEAD, 'Généralités');
+define ("FINK_HEAD", 'Généralités');
 ?>

Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/lists/header.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- header.inc  3 Mar 2004 17:07:55 -0000       1.8
+++ header.inc  5 Sep 2010 16:11:54 -0000       1.9
@@ -27,7 +27,7 @@
         include_once dirname(__FILE__) . "/constants." . $lang_code . ".inc"; 
 
        /* The Sections.  Used in Menu Navigation Bar */
-define (FINK_HEAD, 'Overview');
+if (!defined('FINK_HEAD')) { define ("FINK_HEAD", 'Overview'); }
 
 
 

Index: constants.de.inc
===================================================================
RCS file: /cvsroot/fink/web/lists/constants.de.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- constants.de.inc    3 Mar 2004 17:04:03 -0000       1.1
+++ constants.de.inc    5 Sep 2010 16:11:54 -0000       1.2
@@ -16,5 +16,5 @@
 // +--------------------------------------------------------------------------+
 
 /* The Sections.  Used in Menu Navigation Bar */
-define (FINK_HEAD, 'Übersicht');
+define ("FINK_HEAD", 'Übersicht');
 ?>

Index: constants.zh.inc
===================================================================
RCS file: /cvsroot/fink/web/lists/constants.zh.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- constants.zh.inc    21 Apr 2004 23:33:32 -0000      1.1
+++ constants.zh.inc    5 Sep 2010 16:11:54 -0000       1.2
@@ -16,5 +16,5 @@
 // +--------------------------------------------------------------------------+
 
 /* The Sections.  Used in Menu Navigation Bar */
-define (FINK_HEAD, '概述');
+define ("FINK_HEAD", '概述');
 ?>


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to