[Mapbender-commits] r3010 - branches/2.5/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 26 03:12:48 EDT 2008


Author: astrid_emde
Date: 2008-09-26 03:12:47 -0400 (Fri, 26 Sep 2008)
New Revision: 3010

Modified:
   branches/2.5/http/print/mod_printPDF.php
Log:
changes converning i18n

Modified: branches/2.5/http/print/mod_printPDF.php
===================================================================
--- branches/2.5/http/print/mod_printPDF.php	2008-09-26 07:10:59 UTC (rev 3009)
+++ branches/2.5/http/print/mod_printPDF.php	2008-09-26 07:12:47 UTC (rev 3010)
@@ -304,7 +304,7 @@
 			document.form1.submit();
 		}
 		else{
-			alert("<?php echo _mb("No format selected")."!"?>");
+			alert('<?php echo _mb("No format selected")."!"?>');
 		}
 	}
 



More information about the Mapbender_commits mailing list