1
Just noting that there are a few files in xoops-2.0.5-to-2.0.6.patch.tgz.gz that are different from the corresponding files in xoops-2.0.6.tgz.gz:
le="color: #000000"><?php FOLDER COMPARISON Produced: 2/8/2004 6:15:34 PM Mode: Mismatches but No Orphans Left base folder: C:WINNTTempxoops-2.0.5-to-2.0.6.patch Right base folder: C:WINNTTempxoops-2.0.6 Contents Differ --------------- htmlmodulesmylinksadminindex.php htmlmodulesmylinksmyheader.php htmlmodulesmylinksvisit.php htmlmodulesnewbbincludeforumform.inc.php
html\modules\mylinks\admin\index.php involves an actual mistake in the code (correct in xoops-2.0.6.tgz.gz):
le="color: #000000"><?php FILE COMPARISON Produced: 2/8/2004 6:20:40 PM Mode: Just Differences Left File: C:WINNTTempxoops-2.0.5-to-2.0.6.patchhtmlmodulesmylinksadminindex.php Right File: C:WINNTTempxoops-2.0.6htmlmodulesmylinksadminindex.php L730 xoops_notification_deltebyitem($xoopsModule->getVar('mid'), 'category', $arr[$i]); R730 xoops_notification_deletebyitem($xoopsModule->getVar('mid'), 'category', $arr[$i]);
The other files differ only in the CVS version line.