Changeset 2308 for trunk/vendor/Text
- Timestamp:
- 09/01/07 00:38:43 (16 months ago)
- Files:
-
- 1 modified
-
trunk/vendor/Text/Wiki.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/vendor/Text/Wiki.php
r2015 r2308 1008 1008 1009 1009 if ($this->renderingType == 'preg') { 1010 $this->output = preg_replace_callback('/'.$this->delim.'(\d+)'.$this->delim.'/',1010 $this->output .= preg_replace_callback('/'.$this->delim.'(\d+)'.$this->delim.'/', 1011 1011 array(&$this, '_renderToken'), 1012 1012 $this->source); 1013 1013 1014 /* 1014 1015 //Damn strtok()! Why does it "skip" empty parts of the string. It's useless now!