thomascube
2006-11-22 d04d202234b0ba1e65b1c581acf0cbe715120dd7
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 **************