]> git.p6c8.net - jirafeau_project.git/commitdiff
[TASK] clean dead code from install.php
authorJerome Jutteau <jerome@jutteau.fr>
Sun, 13 Dec 2020 19:30:20 +0000 (20:30 +0100)
committerJerome Jutteau <jerome@jutteau.fr>
Sun, 13 Dec 2020 19:36:00 +0000 (20:36 +0100)
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
install.php

index 3ba2d5b4ac0569f918de0c830e42d384b6fcaaac..b6b322d5a38334a26b2037643dae79367880c92e 100644 (file)
@@ -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 = '<?php' . NL;

patrick-canterino.de