From: x2000chevalier Date: Sun, 31 Oct 2004 16:12:55 +0000 (+0000) Subject: deprecated X-Git-Tag: xorg/old~1123 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6c73931a549f0ffa444aea41be6ad6711c9560d9;p=platal.git deprecated --- diff --git a/scripts/FormatePrenomNOM2.php b/scripts/FormatePrenomNOM2.php deleted file mode 100644 index 961344c..0000000 --- a/scripts/FormatePrenomNOM2.php +++ /dev/null @@ -1,61 +0,0 @@ - ->>>> $prenom $nom
"; - $prenom = addslashes($prenom); - $nom = addslashes($nom); - //mysql_query("UPDATE identification SET prenom='$prenom',nom='$nom' WHERE matricule='$uid'"); - } - -} - -?>