Change redirect function name because it conflicts with platal
[banana.git] / banana / misc.inc.php
index ece2883..fb55a9f 100644 (file)
@@ -33,7 +33,7 @@ function textFormat_translate($format)
 /** Redirect to the page with the given parameter
  * @ref makeLink
  */
-function redirect($params)
+function redirectInBanana($params)
 {
        header('Location: ' . makeLink($params));
 }