[Gnucash-changes] r14007 - htdocs/trunk - print what we're after...

Joshua Sled jsled at cvs.gnucash.org
Wed May 10 21:33:27 EDT 2006


Author: jsled
Date: 2006-05-10 21:33:26 -0400 (Wed, 10 May 2006)
New Revision: 14007
Trac: http://svn.gnucash.org/trac/changeset/14007

Modified:
   htdocs/trunk/info.php
Log:
print what we're after...


Modified: htdocs/trunk/info.php
===================================================================
--- htdocs/trunk/info.php	2006-05-11 01:31:49 UTC (rev 14006)
+++ htdocs/trunk/info.php	2006-05-11 01:33:26 UTC (rev 14007)
@@ -3,7 +3,6 @@
 <h1> info... </h1>
 <?php
 
-
 function list_system_locales(){
    ob_start();
    system('locale -a');
@@ -12,7 +11,7 @@
    return split("\\n", trim($str));
 }
 
-echo list_system_locales();
+echo join('\n', list_system_locales());
 
 ?>
 <hr />



More information about the gnucash-changes mailing list