Revision: 2574
https://sourceforge.net/p/mrbs/code/2574/
Author: tbleher
Date: 2012-12-09 09:24:00 +0000 (Sun, 09 Dec 2012)
Log Message:
-----------
Make checklang.php work with lang/ subdirectory
Modified Paths:
--------------
mrbs/trunk/checklang.php
Modified: mrbs/trunk/checklang.php
===================================================================
--- mrbs/trunk/checklang.php 2012-12-08 18:37:53 UTC (rev 2573)
+++ mrbs/trunk/checklang.php 2012-12-09 09:24:00 UTC (rev 2574)
@@ -34,14 +34,14 @@
// Language file prefix
-$langs = "lang.";
+$langs = "lang/lang.";
// Reference language:
$ref_lang = "en";
// Make a list of language files to check. This is similar to glob() in
// PEAR File/Find.
-$dh = opendir($path_to_mrbs);
+$dh = opendir($path_to_mrbs.'/lang');
while (($filename = readdir($dh)) !== false)
{
$files[] = $filename;
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits