[Gnucash-changes] r14119 - htdocs/trunk - debugging.

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 21:30:10 EDT 2006


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

Modified:
   htdocs/trunk/info.php
Log:
debugging.


Modified: htdocs/trunk/info.php
===================================================================
--- htdocs/trunk/info.php	2006-05-18 01:20:07 UTC (rev 14118)
+++ htdocs/trunk/info.php	2006-05-18 01:30:10 UTC (rev 14119)
@@ -5,7 +5,7 @@
 
 function list_system_locales(){
    ob_start();
-   system('locale -a');
+   system('cat /etc/locale.gen');
    $str = ob_get_contents();
    ob_end_clean();
    return split("\\n", trim($str));



More information about the gnucash-changes mailing list