program/include/main.inc
@@ -1063,7 +1063,13 @@ return $value; } /** * Remove single and double quotes from given string */ function strip_quotes($str) { return preg_replace('/[\'"]/', '', $str); } // ************** template parsing and gui functions **************