Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / install [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 03 Aug 2002 16:12:47 | postnuke_official/html/install | newtables.php,1.40.2.6,1.40.2.7 | John Cox |
| FIX for [ 558908 ] User Block Truncates | |||
Update of /home/cvsroot/postnuke_official/html/install
In directory ns7.hostnuke.net:/tmp/cvs-serv21188/html/install
Modified Files:
Tag: PostNuke_71
newtables.php
Log Message:
FIX for [ 558908 ] User Block Truncates
Index: newtables.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/install/Attic/newtables.php,v
retrieving revision 1.40.2.6
retrieving revision 1.40.2.7
diff -C2 -d -r1.40.2.6 -r1.40.2.7
*** newtables.php 2 Aug 2002 13:48:20 -0000 1.40.2.6
--- newtables.php 3 Aug 2002 16:12:44 -0000 1.40.2.7
***************
*** 947,951 ****
pn_bio tinytext NOT NULL,
pn_ublockon tinyint(1) NOT NULL default '0',
! pn_ublock tinytext NOT NULL,
pn_theme varchar(255) NOT NULL default '',
pn_commentmax int(11) NOT NULL default '4096',
--- 947,951 ----
pn_bio tinytext NOT NULL,
pn_ublockon tinyint(1) NOT NULL default '0',
! pn_ublock text NOT NULL,
pn_theme varchar(255) NOT NULL default '',
pn_commentmax int(11) NOT NULL default '4096',
***************
*** 956,958 ****
";
dosql($table,$sql);
! ?>
--- 956,958 ----
";
dosql($table,$sql);
! ?>
\ No newline at end of file
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |