changeset 592 | 27377179fe58 |
parent 590 | 03a60844c7c5 |
child 593 | 4f9bec0d65c1 |
591:2529833a7731 | 592:27377179fe58 |
---|---|
111 foreach ( $code as $cmd ) |
111 foreach ( $code as $cmd ) |
112 { |
112 { |
113 eval($cmd); |
113 eval($cmd); |
114 } |
114 } |
115 |
115 |
116 $this->wiki_mode = (int)getConfig('wiki_mode')=='1'; |
116 $this->wiki_mode = ( getConfig('wiki_mode') == '1' ) ? 1 : 0; |
117 $this->template_cache = Array(); |
117 $this->template_cache = Array(); |
118 } |
118 } |
119 function parse_url($sanitize = true) |
119 function parse_url($sanitize = true) |
120 { |
120 { |
121 $title = ''; |
121 $title = ''; |