Changeset 2485 for trunk/upload.php


Ignore:
Timestamp:
Aug 23, 2008, 3:21:42 AM (16 years ago)
Author:
rvelices
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upload.php

    r2325 r2485  
    223223  // <infos author="Pierrick LE GALL" comment="my comment"
    224224  //        date_creation="2004-08-14" name="" />
    225   $xml_infos = '<infos';
     225  $xml_infos = '<infos ';
    226226  $xml_infos.= encodeAttribute('author', $_POST['author']);
    227227  $xml_infos.= encodeAttribute('comment', $_POST['comment']);
Note: See TracChangeset for help on using the changeset viewer.