]> git.p6c8.net - jirafeau_project.git/blobdiff - install.php
[TASK] clean dead code from install.php
[jirafeau_project.git] / 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');
 
 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;
 function jirafeau_export_cfg($cfg)
 {
     $content = '<?php' . NL;

patrick-canterino.de