diff options
| author | polo <ordipolo@gmx.fr> | 2023-06-22 15:22:23 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2023-06-22 15:22:23 +0200 |
| commit | 22b941b3526dd3aaf6976eb4ed30aa2ecc30f921 (patch) | |
| tree | f345f53c2f4c0ecdeabf9b2d1aac280a4b708a56 /src/sections/2_modify_service.php | |
| parent | ee372629d665ea0b77889e3cc6e9b1738310a68e (diff) | |
| download | AppliGestionPHP-22b941b3526dd3aaf6976eb4ed30aa2ecc30f921.tar.gz AppliGestionPHP-22b941b3526dd3aaf6976eb4ed30aa2ecc30f921.tar.bz2 AppliGestionPHP-22b941b3526dd3aaf6976eb4ed30aa2ecc30f921.zip | |
factorisation 1_new_service.php vers functions.php
Diffstat (limited to 'src/sections/2_modify_service.php')
| -rw-r--r-- | src/sections/2_modify_service.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sections/2_modify_service.php b/src/sections/2_modify_service.php deleted file mode 100644 index 72e2605..0000000 --- a/src/sections/2_modify_service.php +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | <?php | ||
| 2 | // sections/2_modify_service.php | ||
| 3 | // | ||
| 4 | // -- SECTION 2: Modifier une prestation -- | ||
| 5 | |||
| 6 | function modifyService(): int // code de retour, si 2 aller à la section 2, etc | ||
| 7 | { | ||
| 8 | return(0); // menu principal | ||
| 9 | } | ||
