diff --git a/wiki.php b/wiki.php index fb44b4f1..9db222c3 100644 --- a/wiki.php +++ b/wiki.php @@ -1,5 +1,5 @@ all rights reserved. +// Copyright 2003-2022 Won-Kyu Park all rights reserved. // distributable under GPLv2 see COPYING // // many codes are imported from the MoinMoin @@ -13,8 +13,8 @@ // // $Id: wiki.php,v 1.639 2011/08/09 13:51:53 wkpark Exp $ // -$_revision = substr('$Revision: 1.2050 $',1,-1); -$_release = '1.2.9-GIT'; +$_revision = substr('$Revision: 1.2078 $',1,-1); +$_release = '1.2.9-RC'; #ob_start("ob_gzhandler"); diff --git a/wikilib.php b/wikilib.php index 21fb6a76..c31ba47c 100644 --- a/wikilib.php +++ b/wikilib.php @@ -1,5 +1,5 @@ all rights reserved. +// Copyright 2003-2022 Won-Kyu Park all rights reserved. // distributable under GPL see COPYING // // many codes are imported from the MoinMoin @@ -11,7 +11,6 @@ // * Phiki is a php based wiki clone based on the MoinMoin // by Fred C. Yankowski // -// $Id$ function _preg_escape($val) { return preg_replace('/([\$\^\.\[\]\{\}\|\(\)\+\*\/\\\\!\?]{1})/','\\\\\1',$val);