|
From: Andreas K. <la...@us...> - 2003-01-21 17:42:20
|
Update of /cvsroot/pn-modules/PN_phpBB_14/html/modules/phpBB_14
In directory sc8-pr-cvs1:/tmp/cvs-serv1098/PN_phpBB_14/html/modules/phpBB_14
Modified Files:
pninit.php
Log Message:
missed the upgrade functions
Index: pninit.php
===================================================================
RCS file: /cvsroot/pn-modules/PN_phpBB_14/html/modules/phpBB_14/pninit.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** pninit.php 21 Jan 2003 17:17:51 -0000 1.22
--- pninit.php 21 Jan 2003 17:42:16 -0000 1.23
***************
*** 721,724 ****
--- 721,730 ----
pnModDelVar('phpBB_14', 'ip_image');
+ // set the new module vars
+ pnModSetVar('phpBB_14', 'show_html', "yes");
+ pnModSetVar('phpBB_14', 'show_bbcode', "yes");
+ pnModSetVar('phpBB_14', 'show_smile', "yes");
+ pnModSetVar('phpBB_14', 'log_ip', "yes");
+
case '1.7.4' :
// drop some unused table stuff
***************
*** 774,777 ****
--- 780,790 ----
pnModDelVar('phpBB_14', 'email_image');
pnModDelVar('phpBB_14', 'ip_image');
+
+ // set the new module vars
+ pnModSetVar('phpBB_14', 'show_html', "yes");
+ pnModSetVar('phpBB_14', 'show_bbcode', "yes");
+ pnModSetVar('phpBB_14', 'show_smile', "yes");
+ pnModSetVar('phpBB_14', 'log_ip', "yes");
+
}
|