diff options
Diffstat (limited to 'src/sections/4_get_document.php')
-rw-r--r-- | src/sections/4_get_document.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sections/4_get_document.php b/src/sections/4_get_document.php index e28e526..baad117 100644 --- a/src/sections/4_get_document.php +++ b/src/sections/4_get_document.php | |||
@@ -3,7 +3,7 @@ | |||
3 | // | 3 | // |
4 | // -- SECTION 4: Afficher, imprimer un document -- | 4 | // -- SECTION 4: Afficher, imprimer un document -- |
5 | 5 | ||
6 | function getDocument($Objet): array | 6 | function getOrPrintDocument(): array |
7 | { | 7 | { |
8 | $MenuDocuments = new ZenityList(ZenitySetup::$menu_documents_text, ZenitySetup::$menu_documents_entrees); | 8 | $MenuDocuments = new ZenityList(ZenitySetup::$menu_documents_text, ZenitySetup::$menu_documents_entrees); |
9 | 9 | ||