ashara
Karma: 0
|
Re:Sort by date - newest first - 2007/06/01 23:03
I guess you think of this part, don't you?
| Code: | if ($this->idparm AND $container->areFilesVisible($this->remUser)) $files = $container->getFiles(!$this->remUser->isAdmin(), $this->orderby, null, $pagecontrol->startItem(), $pagecontrol->itemsperpage);
|
Would you be so kind to tell what I have to change?
If I change "null" into "4", my downloads disappear completly...
|