update-compra.php
changeset 2 eb656142f039
parent 0 e269d7e3f581
--- a/update-compra.php	Wed May 10 23:58:52 2006 +0200
+++ b/update-compra.php	Thu May 11 00:00:15 2006 +0200
@@ -3,6 +3,7 @@
 <head>
 	<title>Edició de les compres</title>
 	<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+	<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
 </head>
 
 <body>
@@ -446,6 +447,7 @@
 						echo $query . "<BR>";
 
 					// Obtenim l'ID de la excepció
+
 					$query = "SELECT id FROM excepcions WHERE data = FROM_UNIXTIME($data) AND article = '" . strtosql($_POST["earticle"][$i]) .
 								"' AND preu = ". $_POST["epreu"][$i] . ";";
 					$resultat = 1; // Per si no es fa la query, assumim que no hi ha errors