예제 #1
0
 function __construct()
 {
     self::$now = time();
     $l = new OC_L10N('mailnotify');
     $nm_upload = self::db_get_nm_upload();
     $shares = self::db_get_share();
 }