mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
- getFolder() is now a methode of class LetoDMS_DMS
This commit is contained in:
parent
72defaaacf
commit
c522f28497
|
@ -81,7 +81,7 @@ function printFolderNotificationList($ret,$deleteaction=true)
|
||||||
print "<th>".getMLText("actions")."</th>\n";
|
print "<th>".getMLText("actions")."</th>\n";
|
||||||
print "</tr></thead>\n<tbody>\n";
|
print "</tr></thead>\n<tbody>\n";
|
||||||
foreach($ret as $ID) {
|
foreach($ret as $ID) {
|
||||||
$fld = getFolder($ID);
|
$fld = $dms->getFolder($ID);
|
||||||
if (is_object($fld)) {
|
if (is_object($fld)) {
|
||||||
$owner = $fld->getOwner();
|
$owner = $fld->getOwner();
|
||||||
print "<tr class=\"folder\">";
|
print "<tr class=\"folder\">";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user