Пример #1
0
 /**
  * Get name of a temporary table of inactive users. It's helpful for all actions related to MASSIVE editing subscribers
  * @return type
  */
 protected function get_inactive_subscribers_table()
 {
     if (empty(self::$_inactive_subscribers_table)) {
         self::$_inactive_subscribers_table = '[wysija]is' . time();
     }
     return self::$_inactive_subscribers_table;
 }