You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: icms_version.php
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -25,33 +25,32 @@
25
25
26
26
$modulename = basename(dirname(__FILE__ ) );
27
27
$modversion['name'] = _MI_IFORUM_NAME;
28
-
$modversion['version'] = 2.00;
28
+
$modversion['version'] = "2.00";
29
29
$modversion['description'] = _MI_IFORUM_DESC;
30
30
$modversion['credits'] = "Marko Schmuck a.k.a predator (author) and D.J. a.k.a phppp (author) and other CBB/newbb developers [see readme.txt for more information]";
31
-
$modversion['author'] = "stranger";
31
+
$modversion['author'] = "fiammybe";
32
32
$modversion['license'] = "GNU General Public License (GPL) see LICENSE";
0 commit comments