File tree 2 files changed +17
-2
lines changed
{etc}/SMF-mods/srou-smf-1
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
<!-- This information needs to be the same as that in the package-info.xml. -->
21
21
<id >gizmo71:srou_smf</id >
22
- <version >1.11 </version >
22
+ <version >1.12 </version >
23
23
24
24
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
25
25
@@ -464,6 +464,21 @@ require_once('Subs-LM2.php'); // Not actually used here but needed for the templ
464
464
'LM2R' => array('Subs-LM2.php', 'LM2R'),
465
465
]]> </add >
466
466
</operation >
467
+ <!-- To cope with PHP 5.6 -->
468
+ <operation >
469
+ <search position =" replace" ><![CDATA[ error_reporting(E_ALL)]]> </search >
470
+ <add ><![CDATA[ error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE)]]> </add >
471
+ </operation >
472
+ </file >
473
+
474
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
475
+
476
+ <file name =" $boarddir/SSI.php" >
477
+ <!-- To cope with PHP 5.6 -->
478
+ <operation >
479
+ <search position =" replace" ><![CDATA[ error_reporting(E_ALL)]]> </search >
480
+ <add ><![CDATA[ error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE)]]> </add >
481
+ </operation >
467
482
</file >
468
483
469
484
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
Original file line number Diff line number Diff line change 29
29
<type >modification</type >
30
30
31
31
<!-- The version of this modification. Keep it numeric so PHP can tell that old < new. -->
32
- <version >1.11 </version >
32
+ <version >1.12 </version >
33
33
34
34
<install >
35
35
<readme >README.txt</readme >
You can’t perform that action at this time.
0 commit comments