diff options
Diffstat (limited to '')
-rw-r--r-- | upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.php b/upload.php index 83131c80d..bcb82bee9 100644 --- a/upload.php +++ b/upload.php @@ -222,7 +222,7 @@ if ( isset( $_POST['submit'] ) and !isset( $_GET['waiting_id'] ) ) // creation of the "infos" field : // <infos author="Pierrick LE GALL" comment="my comment" // date_creation="2004-08-14" name="" /> - $xml_infos = '<infos'; + $xml_infos = '<infos '; $xml_infos.= encodeAttribute('author', $_POST['author']); $xml_infos.= encodeAttribute('comment', $_POST['comment']); $xml_infos.= encodeAttribute('date_creation', $date_creation); |