@@ -18,7 +18,7 @@ class SourceTextParser{
18
18
19
19
20
20
// Establish the version of the library
21
- const version = '0.4.2 ' ;
21
+ const version = '0.4.4 ' ;
22
22
23
23
24
24
/**
@@ -1777,7 +1777,7 @@ protected function blockLiturgicalResponseComplete(array $CurrentBlock){
1777
1777
1778
1778
protected function blockLiturgicalIntercession ( $ Line , array $ CurrentBlock = null ){
1779
1779
// [II], [IR], [I1], [I2], or [IXtra]
1780
- if (preg_match ('/^\[\ I(I|R|1|2|Xtra)\]/ ' , $ Line ['text ' ], $ matches )){
1780
+ if (preg_match ('/^\[I(I|R|1|2|Xtra)\]/ ' , $ Line ['text ' ], $ matches )){
1781
1781
$ element = $ matches [0 ];
1782
1782
$ this ->intercessionResponse = null ;
1783
1783
@@ -1950,15 +1950,15 @@ protected function blockLiturgicalIntercessionFormat( $Element, $Text, &$BlockRe
1950
1950
}
1951
1951
}
1952
1952
}else if ( $ Type == 'extra ' ){
1953
- var_dump ( $ this ->intercessionResponse );
1953
+ // var_dump( $this->intercessionResponse );
1954
1954
}
1955
1955
1956
1956
1957
1957
return ;
1958
1958
}
1959
1959
1960
1960
protected function blockLiturgicalIntercessionContinue ($ Line , array $ CurrentBlock ){
1961
- if (preg_match ('/^\[\ I(I|R|1|2|Xtra)\]/ ' , $ Line ['text ' ], $ matches )){
1961
+ if (preg_match ('/^\[I(I|R|1|2|Xtra)\]/ ' , $ Line ['text ' ], $ matches )){
1962
1962
$ element = $ matches [0 ];
1963
1963
1964
1964
++$ CurrentBlock ['data ' ]['lines ' ];
0 commit comments