CVS Commit by dpage: Ignore files that don't match ??_??
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Ignore files that don't match ??_??
Log Message:
-----------
Ignore files that don't match ??_??
Modified Files:
--------------
pgadmin3:
stringmerge (r1.6 -> r1.7)
Index: stringmerge
===================================================================
RCS file: /projects/pgadmin3/stringmerge,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lstringmerge -Lstringmerge -u -w -r1.6 -r1.7
--- stringmerge
+++ stringmerge
@@ -13,7 +13,7 @@
if test -f pgadmin3.pot; then
- for GETTEXTDIR in src/ui/*_* ; do
+ for GETTEXTDIR in src/ui/??_?? ; do
echo "Entering $GETTEXTDIR."
cd $GETTEXTDIR
echo "Updating from CVS."
Home |
Main Index |
Thread Index