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 / backend [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 04 Aug 2002 08:42:23 | postnuke_official/html/modules/comments/backend | backend-mysql.php,1.10,1.11 | Carl P. Corliss |
| boom shakalaka!!! :) | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments/backend
In directory ns7.hostnuke.net:/tmp/cvs-serv26728/html/modules/Comments/backend
Modified Files:
backend-mysql.php
Log Message:
boom shakalaka!!! :)
so um.. yeah.. bet you can't guess what this is ... More bugfixes!!!! woohooooooo!!!
Index: backend-mysql.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/backend/backend-mysql.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** backend-mysql.php 4 Aug 2002 03:42:45 -0000 1.10
--- backend-mysql.php 4 Aug 2002 08:42:20 -0000 1.11
***************
*** 63,68 ****
}
! if (!isset($direction)) {
! $direction = _COM_SORT_ASC;
}
--- 63,68 ----
}
! if (!isset($order)) {
! $order = _COM_SORT_ASC;
}
***************
*** 167,172 ****
// if we actually grabbed multiple comments then sort them.
if (_COM_TREE_LEAF != $depth) {
!
! $commentlist = pnComments_SortBy($commentlist, $sortby, $direction);
}
return $commentlist;
--- 167,171 ----
// if we actually grabbed multiple comments then sort them.
if (_COM_TREE_LEAF != $depth) {
! $commentlist = pnComments_SortBy($commentlist, $sortby, $order);
}
return $commentlist;
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 |