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."
"; $_po_stat = array();