예제 #1
0
파일: Panel.php 프로젝트: LobbyOS/server
 /**
  * Remove an item from Notify
  */
 public static function removeNotifyItem($id)
 {
     DB::saveJSONOption("notify_items", array($id => false));
 }