Removing duplicates
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.explode.php
diff --git a/inc/smarty/node_methodz/function.explode.php b/inc/smarty/node_methodz/function.explode.php
deleted file mode 100644 (file)
index 062955a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-function smarty_function_explode($params,&$smarty) {
-       $array = explode($params['separator'],$params['string']);
-       $smarty->assign('explode',$array);
-}
-?>
This page took 0.112549 seconds and 4 git commands to generate.