From 4f52cd38b4cb719e6d8ccea4230ec9e67ac8b27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 28 Nov 2020 17:07:08 +0100 Subject: [PATCH] doxygen --- htdocs/ecm/class/ecmfiles.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/ecm/class/ecmfiles.class.php b/htdocs/ecm/class/ecmfiles.class.php index 4b0033cf5ec..c096bc27869 100644 --- a/htdocs/ecm/class/ecmfiles.class.php +++ b/htdocs/ecm/class/ecmfiles.class.php @@ -895,16 +895,16 @@ class EcmFiles extends CommonObject global $conf, $user; $this->id = 0; - + $this->specimen = 1; $this->label = '0a1b2c3e4f59999999'; - $this->entity = '1'; + $this->entity = 1; $this->filename = 'myspecimenfilefile.pdf'; $this->filepath = '/aaa/bbb'; $this->fullpath_orig = 'c:/file on my disk.pdf'; $this->description = 'This is a long description of file'; $this->keywords = 'key1,key2'; $this->cover = '1'; - $this->position = '5'; + $this->position = 5; $this->gen_or_uploaded = 'uploaded'; $this->extraparams = ''; $this->date_c = (dol_now() - 3600 * 24 * 10);