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 / blocks [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 28 Jul 2002 17:12:24 | postnuke_official/html/modules/blocks | pnadmin.php,1.42,1.43 | Paul Rosania |
| removed unneeded pnHTML instance | |||
Update of /home/cvsroot/postnuke_official/html/modules/blocks
In directory ns7.hostnuke.net:/tmp/cvs-serv2303/modules/blocks
Modified Files:
pnadmin.php
Log Message:
removed unneeded pnHTML instance
Index: pnadmin.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/blocks/pnadmin.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** pnadmin.php 28 Jul 2002 10:54:39 -0000 1.42
--- pnadmin.php 28 Jul 2002 17:12:22 -0000 1.43
***************
*** 763,773 ****
// No confirmation yet - get one
- $output = new pnHTML();
-
// Get details on current block
$blockinfo = pnBlockGetInfo($bid);
! return array('instance' => $blockinfo,
! 'authid' => pnSecGenAuthKey());
}
--- 763,771 ----
// No confirmation yet - get one
// Get details on current block
$blockinfo = pnBlockGetInfo($bid);
! return array('instance' => $blockinfo,
! 'authid' => pnSecGenAuthKey());
}
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 |