04-12-2011, 04:41 AM
Hi
New bug with correction
Problem with assigning access
In "inc.ClassFolder.php" file lines 275 and 304 change
to
For "The download problem of doc, xls, jpg", we had the problem in my work, but I can not find how it was corrected.
doudoux
New bug with correction
Problem with assigning access
In "inc.ClassFolder.php" file lines 275 and 304 change
PHP Code:
foreach ($this->_notifyList["users"] as $u) {
PHP Code:
if (empty($this->_notifyList))
$this->getNotifyList();
foreach ($this->_notifyList["users"] as $u) {
For "The download problem of doc, xls, jpg", we had the problem in my work, but I can not find how it was corrected.
doudoux