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 / modules / base [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
03 Aug 2002 03:21:31 | postnuke_official/html/modules/base | pninit.php,1.1,1.2 | Paul Rosania |
query fixes |
Update of /home/cvsroot/postnuke_official/html/modules/base In directory ns7.hostnuke.net:/tmp/cvs-serv32134/base Modified Files: pninit.php Log Message: query fixes Index: pninit.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/base/pninit.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pninit.php 3 Aug 2002 03:00:13 -0000 1.1 --- pninit.php 3 Aug 2002 03:21:28 -0000 1.2 *************** *** 2,13 **** // $Id$ // ---------------------------------------------------------------------- ! // POST-NUKE Content Management System ! // Copyright (C) 2001 by the PostNuke Development Team. // http://www.postnuke.com/ // ---------------------------------------------------------------------- - // Based on: - // PHP-NUKE Web Portal System - http://phpnuke.org/ - // Thatware - http://thatware.org/ - // ---------------------------------------------------------------------- // LICENSE // --- 2,9 ---- // $Id$ // ---------------------------------------------------------------------- ! // PostNuke Content Management System ! // Copyright (C) 2002 by the PostNuke Development Team. // http://www.postnuke.com/ // ---------------------------------------------------------------------- // LICENSE // *************** *** 136,140 **** 'default' => '0'), 'pn_vars' => array('type' => 'blob'))); ! $dbconn->Execute($query);echo $query; // Check for db errors --- 132,136 ---- 'default' => '0'), 'pn_vars' => array('type' => 'blob'))); ! $dbconn->Execute($query); // Check for db errors *************** *** 271,275 **** $query = pnDBCreateIndex($prefix . '_group_membership', ! array('fields' => array('pn_uid', 'pn_gid'), 'unique' => 'true')); $dbconn->Execute($query); --- 267,272 ---- $query = pnDBCreateIndex($prefix . '_group_membership', ! array('name' => 'pn_uid_gid_index', ! 'fields' => array('pn_uid', 'pn_gid'), 'unique' => 'true')); $dbconn->Execute($query);
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 |