[Gnucash-changes] r14118 - htdocs/trunk - test

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


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

Modified:
   htdocs/trunk/lang.php
Log:
test


Modified: htdocs/trunk/lang.php
===================================================================
--- htdocs/trunk/lang.php	2006-05-18 01:12:17 UTC (rev 14117)
+++ htdocs/trunk/lang.php	2006-05-18 01:20:07 UTC (rev 14118)
@@ -9,5 +9,6 @@
 $domain = "gnucash-htdocs";
 $dir_res = bindtextdomain($domain, $top_dir);
 textdomain($domain);
+if ($local_res == false) { $local_res = 'false'; }
 echo ("<!-- $lang , locale_res [$locale_res] , dir_res $dir_res -->\n");
 ?>



More information about the gnucash-changes mailing list