spip_image.php3 1.111 1.112

Update of /home/spip-cvs/spip
In directory alan:/tmp/cvs-serv16972

Modified Files:
  spip_image.php3
Log Message:
bug
à l'upload d'image :
Fatal error: Call to undefined function: spip_abstract_insert() in /var/shim/diplo/Web/spip_image.php3

Index: spip_image.php3

RCS file: /home/spip-cvs/spip/spip_image.php3,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- spip_image.php3 24 Oct 2004 13:13:30 -0000 1.111
+++ spip_image.php3 25 Oct 2004 15:08:38 -0000 1.112
@@ -4,6 +4,7 @@
include_ecrire("inc_charsets.php3");
include_ecrire("inc_meta.php3");
include_ecrire("inc_admin.php3");
+include_ecrire("inc_abstract_sql.php3");

function copier_document($ext, $orig, $source) {