mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
remove second instance of SeedDMS_AccessOperation
This commit is contained in:
parent
d96b3b84a2
commit
d9a4305fd7
|
@ -49,8 +49,6 @@ if(isset($_GET['documentid']) && $_GET['documentid'] && is_numeric($_GET['docume
|
||||||
} else
|
} else
|
||||||
$document = null;
|
$document = null;
|
||||||
|
|
||||||
$accessop = new SeedDMS_AccessOperation($dms, null, $user, $settings);
|
|
||||||
|
|
||||||
$calendar = new SeedDMS_Calendar($dms->getDB(), $user);
|
$calendar = new SeedDMS_Calendar($dms->getDB(), $user);
|
||||||
|
|
||||||
if(isset($_GET['eventid']) && $_GET['eventid'] && is_numeric($_GET['eventid'])) {
|
if(isset($_GET['eventid']) && $_GET['eventid'] && is_numeric($_GET['eventid'])) {
|
||||||
|
|
|
@ -42,8 +42,6 @@ if(isset($_GET['skip']))
|
||||||
else
|
else
|
||||||
$skip = array();
|
$skip = array();
|
||||||
|
|
||||||
$accessop = new SeedDMS_AccessOperation($dms, null, $user, $settings);
|
|
||||||
|
|
||||||
$document = null;
|
$document = null;
|
||||||
$content = null;
|
$content = null;
|
||||||
if(isset($_GET['documentid']) && $_GET['documentid'] && is_numeric($_GET['documentid'])) {
|
if(isset($_GET['documentid']) && $_GET['documentid'] && is_numeric($_GET['documentid'])) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user