Correct merge
This commit is contained in:
parent
4a5298f4e4
commit
42e39e4897
4 changed files with 12 additions and 4 deletions
|
|
@ -492,7 +492,7 @@ class Document
|
|||
$this->d_filename=$_FILES['file_upload']['name'][$i];
|
||||
$this->d_mimetype=$_FILES['file_upload']['type'][$i];
|
||||
if ( isset($aDescription[$i])) {
|
||||
$description=$aDescription[$i];
|
||||
$description=strip_tags($aDescription[$i]??"");
|
||||
}
|
||||
$this->d_description=$description;
|
||||
// insert into the table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue