From 189755656997110660c769e5b0117e364abcab5f Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Fri, 25 Aug 2006 15:32:14 +0000
Subject: [PATCH] restaurer la restauration... (alexandra)

---
 ecrire/inc/import.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/import.php b/ecrire/inc/import.php
index 1812621226..9261426ade 100644
--- a/ecrire/inc/import.php
+++ b/ecrire/inc/import.php
@@ -176,7 +176,7 @@ function import_tables($f, $gz=false) {
 	global $import_ok, $abs_pos, $my_pos;
 	static $time_javascript;
 
-	list($my_date) = spip_fetch_array(spip_query("SELECT UNIX_TIMESTAMP(maj) AS d FROM spip_meta WHERE nom='debut_restauration'", SPIP_NUM));
+	list($my_date) = spip_fetch_array(spip_query("SELECT UNIX_TIMESTAMP(maj) AS d FROM spip_meta WHERE nom='debut_restauration'"), SPIP_NUM);
 
 	if (!$my_date) return false;
 
-- 
GitLab