gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/deb-specific index_std.php,1.1,1.2


From: gsmet
Subject: [Gforge-commits] gforge/deb-specific index_std.php,1.1,1.2
Date: Fri, 08 Oct 2004 16:35:44 -0500

Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv5769/deb-specific

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

Index: index_std.php
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/index_std.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index_std.php       5 Oct 2003 11:54:12 -0000       1.1
+++ index_std.php       8 Oct 2004 21:35:41 -0000       1.2
@@ -2,7 +2,7 @@
 <table width="100%" cellpadding="5" cellspacing="0" border="0">
 <tr><td width="65%" valign="top">
 <?php
-echo $Language->getText('home','about_blurb', array($GLOBALS[sys_name], 
$GLOBALS[sys_default_domain])) ;
+echo $Language->getText('home','about_blurb', array($GLOBALS['sys_name'], 
$GLOBALS['sys_default_domain'])) ;
 
 echo $HTML->boxTop($Language->getText('group','long_news'));
 echo news_show_latest($sys_news_group,5,true,false,false,5);





reply via email to

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