mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
add class variable $user
This commit is contained in:
parent
07d9047b2e
commit
eb64f09375
|
@ -33,6 +33,11 @@ class SeedDMS_Calendar {
|
||||||
*/
|
*/
|
||||||
protected $db;
|
protected $db;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Instanz of user
|
||||||
|
*/
|
||||||
|
protected $user;
|
||||||
|
|
||||||
public function __construct($db, $user) { /* {{{ */
|
public function __construct($db, $user) { /* {{{ */
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user