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 / common [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 04 Aug 2002 03:44:22 | postnuke_official/html/modules/comments/common | CommonFunctions.php,1.19,1.20 | Carl P. Corliss |
| Miscellaneous bug fixes. | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments/common
In directory ns7.hostnuke.net:/tmp/cvs-serv18347/html/modules/comments/common
Modified Files:
CommonFunctions.php
Log Message:
Miscellaneous bug fixes.
Index: CommonFunctions.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/common/CommonFunctions.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** CommonFunctions.php 26 Jul 2002 02:49:59 -0000 1.19
--- CommonFunctions.php 4 Aug 2002 03:44:20 -0000 1.20
***************
*** 201,204 ****
--- 201,205 ----
}
}
+ return $PreSortList;
break;
case _COM_SORTBY_TOPIC:
***************
*** 235,238 ****
--- 236,240 ----
}
}
+ return $PreSortList;
break;
case _COM_SORTBY_DATE:
***************
*** 259,262 ****
--- 261,265 ----
$PreSortList[$i]['HasChildren'] = false;
}
+ return $PreSortList;
break;
default:
***************
*** 295,303 ****
}
$i++;
! }
break;
}
-
- return $sorted;
}
--- 298,305 ----
}
$i++;
! }
! return $sorted;
break;
}
}
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 |