[grisbi-cvs] grisbi-web xml.php,1.10,1.11

NIEL GĂ©rald gegeweb at users.sourceforge.net
Mon May 31 21:59:01 CEST 2010


Update of /cvsroot/grisbi/grisbi-web
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13825

Modified Files:
	xml.php 
Log Message:

typo

Index: xml.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/xml.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xml.php	31 May 2010 19:55:44 -0000	1.10
+++ xml.php	31 May 2010 19:58:59 -0000	1.11
@@ -10,7 +10,7 @@
 if (isset($_GET["xsl"])) $xsl_file=$_GET["xsl"];
 else $xsl_file=$xml_file;
 
-if (isset($_GET["ext"])) $type=$_GET["ext"];
+if (isset($_GET["ext"])) $ext=$_GET["ext"];
 else $ext=".html";
 
 // on construit les variables fichiers



More information about the cvs mailing list