FREC = Upload of document fails
This commit is contained in:
parent
61fc4856e2
commit
3a553e0cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ if (isset($_POST['save']))
|
|||
{
|
||||
echo '<div class="content">'.$g_succeed.' Mise à jour extrait '.$_POST['ext'].'</div>';
|
||||
// -- chargement fichier
|
||||
$oid=$cn->upload('file_receipt');
|
||||
$oid=$cn->upload('file_receipt',true);
|
||||
|
||||
if ( $oid != false ) {
|
||||
for ($i = 0; $i < count($array); $i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue