Log Message:
-----------
Fix path to msgfmt

Modified Files:
--------------
    www/pgadmin3/class:
        pgadmin_po.php (r1.6 -> r1.7)

Index: pgadmin_po.php
===================================================================
RCS file: /projects/www/pgadmin3/class/pgadmin_po.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lpgadmin3/class/pgadmin_po.php -Lpgadmin3/class/pgadmin_po.php -u -w -r1.6 -r1.7
--- pgadmin3/class/pgadmin_po.php
+++ pgadmin3/class/pgadmin_po.php
@@ -324,8 +324,9 @@
        $_pathinfo = pathinfo($_po_file_path);
     $_dir      = $_pathinfo["dirname"];
 
-       $_command = "cd $_dir; export LANGUAGE=en_US; msgfmt --statistics 
$_po_file_path 2>&1";
+    $_command = "cd $_dir; export LANGUAGE=en_US; /usr/local/bin/msgfmt --statistics 
$_po_file_path 2>&1";
     $_command_result = shell_exec ($_command);
+
     //echo $_command_result."<br>";
 
                $_po_stat = array();
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to