From 4a704a2317082462f221a2a721ab8bab864c461e Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Sun, 13 Dec 2020 20:30:20 +0100 Subject: [PATCH] [TASK] clean dead code from install.php Signed-off-by: Jerome Jutteau --- install.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install.php b/install.php index 3ba2d5b..b6b322d 100644 --- a/install.php +++ b/install.php @@ -26,15 +26,6 @@ require(JIRAFEAU_ROOT . 'lib/settings.php'); require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); -/** - * Prepend used functions - **/ - -function jirafeau_quoted($str) -{ - return QUOTE . str_replace(QUOTE, "\'", $str) . QUOTE; -} - function jirafeau_export_cfg($cfg) { $content = '