Project

General

Profile

« Previous | Next » 

Revision 1559

Added by Dietmar over 12 years ago

change quickSkin to alpha status, ATTANTION rename folder to quickSkin_alpha

View differences:

qx_regex.php
13 13
  function qx_regex ( $param, $pattern, $replace ) {
14 14
    return preg_replace( $pattern, $replace, $param );
15 15
  }
16

  
17
?>

Also available in: Unified diff