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 / includes [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
29 Jul 2002 04:35:07 | postnuke_official/html/includes | pnBlocks.php,1.45,1.46 | Paul Rosania |
fixed bug in pnBlockGroupShow where there are no instances in a group |
Update of /home/cvsroot/postnuke_official/html/includes In directory ns7.hostnuke.net:/tmp/cvs-serv6095/includes Modified Files: pnBlocks.php Log Message: fixed bug in pnBlockGroupShow where there are no instances in a group Index: pnBlocks.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/pnBlocks.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** pnBlocks.php 28 Jul 2002 03:47:24 -0000 1.45 --- pnBlocks.php 29 Jul 2002 04:35:04 -0000 1.46 *************** *** 66,71 **** group_inst.pn_position as position, groups.pn_template as template ! FROM $block_groups_table as groups ! LEFT JOIN $block_group_instances_table as group_inst ON group_inst.pn_group_id = groups.pn_id LEFT JOIN $block_instances_table as inst --- 66,71 ---- group_inst.pn_position as position, groups.pn_template as template ! FROM $block_group_instances_table as group_inst ! LEFT JOIN $block_groups_table as groups ON group_inst.pn_group_id = groups.pn_id LEFT JOIN $block_instances_table as inst
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 |