[geeklog-cvs] Geeklog-1.x/system/classes story.class.php, 1.25, 1.26

Michael Jervis mjervis at qs1489.pair.com
Sat May 3 15:04:10 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv15654/system/classes

Modified Files:
	story.class.php 
Log Message:
Fixes to introduced case flattening issue when fixing multi-[code]/[raw] block handling.

Index: story.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/story.class.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** story.class.php	1 May 2008 19:43:42 -0000	1.25
--- story.class.php	3 May 2008 19:04:08 -0000	1.26
***************
*** 1508,1512 ****
                  while( $start_pos !== false ) {
                      /* Copy in to start to out */
!                     $out .= MBYTE_substr($inlower, 0, $start_pos);
                      /* Find end */
                      $end_pos = MBYTE_strpos($inlower, '[/raw]');
--- 1508,1512 ----
                  while( $start_pos !== false ) {
                      /* Copy in to start to out */
!                     $out .= MBYTE_substr($buffer, 0, $start_pos);
                      /* Find end */
                      $end_pos = MBYTE_strpos($inlower, '[/raw]');
***************
*** 1542,1546 ****
                  while( $start_pos !== false ) {
                      /* Copy in to start to out */
!                     $out .= MBYTE_substr($inlower, 0, $start_pos);
                      /* Find end */
                      $end_pos = MBYTE_strpos($inlower, '[/code]');
--- 1542,1546 ----
                  while( $start_pos !== false ) {
                      /* Copy in to start to out */
!                     $out .= MBYTE_substr($buffer, 0, $start_pos);
                      /* Find end */
                      $end_pos = MBYTE_strpos($inlower, '[/code]');




More information about the geeklog-cvs mailing list