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 / comments / rendering [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
12 Aug 2002 19:21:36 | postnuke_official/html/modules/comments/rendering | flat.php,1.8,1.9 nested.php,1.6,1.7 threaded.php,1.10,1.11 | Mike |
allowing anonymous to view comments too :-( |
Update of /home/cvsroot/postnuke_official/html/modules/comments/rendering In directory ns7.hostnuke.net:/tmp/cvs-serv30166/rendering Modified Files: flat.php nested.php threaded.php Log Message: allowing anonymous to view comments too :-( Index: flat.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/comments/rendering/flat.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** flat.php 26 Jul 2002 02:55:53 -0000 1.8 --- flat.php 12 Aug 2002 19:21:34 -0000 1.9 *************** *** 43,47 **** $args['modid'] = $this->modid; $args['itemid'] = $this->itemid; ! $args['uname'] = pnUserGetVar('uname'); $output .= $this->DrawFormViewOptions($args); --- 43,47 ---- $args['modid'] = $this->modid; $args['itemid'] = $this->itemid; ! $args['uname'] = (pnUserLoggedIn() ? pnUserGetVar('uname'):'anonymous'); $output .= $this->DrawFormViewOptions($args); Index: nested.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/comments/rendering/nested.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** nested.php 26 Jul 2002 02:55:53 -0000 1.6 --- nested.php 12 Aug 2002 19:21:34 -0000 1.7 *************** *** 44,48 **** $args['modid'] = $this->modid; $args['itemid'] = $this->itemid; ! $args['uname'] = pnUserGetVar('uname'); // Draw the input box --- 44,48 ---- $args['modid'] = $this->modid; $args['itemid'] = $this->itemid; ! $args['uname'] = (pnUserLoggedIn() ? pnUserGetVar('uname'):'anonymous'); // Draw the input box Index: threaded.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/comments/rendering/threaded.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** threaded.php 4 Aug 2002 08:42:21 -0000 1.10 --- threaded.php 12 Aug 2002 19:21:34 -0000 1.11 *************** *** 66,70 **** $args['modid'] = $this->modid; $args['itemid'] = $this->itemid; ! $args['uname'] = pnUserGetVar('uname'); while (!$this->EOA) { --- 66,70 ---- $args['modid'] = $this->modid; $args['itemid'] = $this->itemid; ! $args['uname'] = (pnUserLoggedIn() ? pnUserGetVar('uname'):'anonymous'); while (!$this->EOA) { *************** *** 240,242 **** return $node; } ! ?> \ No newline at end of file --- 240,242 ---- return $node; } ! ?>
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 |