Ticket #40933: 40933.patch
File 40933.patch, 593 bytes (added by , 8 years ago) |
---|
-
/home/subrara/Desktop/Patches/
old new 4810 4810 } 4811 4811 4812 4812 foreach ( $all_headers as $field => $regex ) { 4813 if ( preg_match( '/^[ \t\/*#@]*' . preg_quote( $regex, '/' ) . ' :(.*)$/mi', $file_data, $match ) && $match[1] )4813 if ( preg_match( '/^[ \t\/*#@]*' . preg_quote( $regex, '/' ) . '[\t ]*:(.*)$/mi', $file_data, $match ) && $match[1] ) 4814 4814 $all_headers[ $field ] = _cleanup_header_comment( $match[1] ); 4815 4815 else 4816 4816 $all_headers[ $field ] = '';