summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_html.class3
1 files changed, 0 insertions, 3 deletions
diff --git a/it_html.class b/it_html.class
index 716e066..ea3a896 100644
--- a/it_html.class
+++ b/it_html.class
@@ -25,9 +25,7 @@
/**
* Parse an arg array (mixed key=>value pairs and strings) and return it
* as array(0 => all numerical args concatenated, 1 => array(key=>value pairs)
- * php version if c extension is not loaded
*/
-if (!function_exists("it_parse_args")) {
function it_parse_args($args)
{
$p = array();
@@ -49,7 +47,6 @@ function it_parse_args($args)
return array($data, $p);
}
-}
class it_html