gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/help index.php,1.4,1.5


From: gsmet
Subject: [Gforge-commits] gforge/www/help index.php,1.4,1.5
Date: Fri, 08 Oct 2004 16:39:26 -0500

Update of /cvsroot/gforge/gforge/www/help
In directory db.perdue.net:/tmp/cvs-serv6349/www/help

Modified Files:
        index.php 
Log Message:
fixed a lot of malformed strings
fixed missing $ in variable name
fixed some parse errors

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/help/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.php   28 Feb 2003 21:46:03 -0000      1.4
+++ index.php   8 Oct 2004 21:39:22 -0000       1.5
@@ -14,7 +14,7 @@
 
 require_once('pre.php');
 
-$HTML->header(array(title=>$Language->getText('help','title',array($GLOBALS['sys_name']))));
+$HTML->header(array('title'=>$Language->getText('help','title',array($GLOBALS['sys_name']))));
 
 print "<p>" .$Language->getText('help','page_information')."</p>";
 /**





reply via email to

[Prev in Thread] Current Thread [Next in Thread]