![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| mic Sat May 26 18:42:02 2007 UTC Modified files: /pear/Text_Wiki/Text/Wiki Creole.php Log: removed notice about undefined variable http://cvs.php.net/viewvc.cgi/pear/T...&diff_format=u Index: pear/Text_Wiki/Text/Wiki/Creole.php diff -u pear/Text_Wiki/Text/Wiki/Creole.php:1.9 pear/Text_Wiki/Text/Wiki/Creole.php:1.10 --- pear/Text_Wiki/Text/Wiki/Creole.php:1.9 Sat May 26 17:33:01 2007 +++ pear/Text_Wiki/Text/Wiki/Creole.php Sat May 26 18:42:02 2007 @@ -17,7 +17,7 @@ * * @link http://pear.php.net/package/Text_Wiki * - * @version CVS: $Id: Creole.php,v 1.9 2007/05/26 17:33:01 mic Exp $ + * @version CVS: $Id: Creole.php,v 1.10 2007/05/26 18:42:02 mic Exp $ * */ @@ -93,7 +93,7 @@ function Text_Wiki_Creole($rules = null) { parent::Text_Wiki($rules); $this->addPath('parse', $this->fixPath(dirname(__FILE__)).'Parse/Creole'); - unset($this->renderingType); + $this->renderingType = ''; $this->setRenderConf('xhtml', 'center', 'css', 'center'); $this->setRenderConf('xhtml', 'url', 'target', null); } @@ -125,6 +125,7 @@ } function restoreRaw($text) { + $i = false; while (($i = strpos($text, $this->delim, $i)) !== false) { $j = strpos($text, $this->delim, $i + 1); $t = substr($text, $i + 1, $j - $i - 1); | |||
| Featured Websites | ||||
|
![]() |
| Tags: creolephp, cvs, pear, text_wikitextwiki |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pear /Text_Wiki/Text/Wiki/Parse/Creole Url.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki/Render/Creole Raw.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki Creole.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki/Parse/Creole List.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| cvs: pear /Text_Wiki/Text/Wiki/Parse/Creole Url.php | Michele Tomaiuolo | Pear | 0 | 05-27-2007 7:47 PM |
| Featured Websites | ||||
|