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