Exemplo n.º 1
0
 function red_redirect_saveorder()
 {
     if (check_ajax_referer('redirection-items')) {
         if (preg_match_all('/=(\\d*)/', $this->post['items'], $items) > 0) {
             Red_Item::save_order($items[1], intval($this->post['page']));
         }
     }
 }