Last modified: 2008-03-29 16:01:47 UTC
2095 $term = $t2 = ''; 2096 if ($this->findColonNoLinks($t, $term, $t2) !== false) { 2097 $t = $t2; 2149 if ( ' ' == $t{0} and ( $this->mLastSection == 'pre' or trim($t) != '' ) ) { if $t equals '' we have a notice error: PHP Notice: Uninitialized string offset: 0 in includes/Parser_OldPP.php on line 2149
Created attachment 4779 [details] patch
Fixed in r32567.