Pastoid

The page you are looking at now is at this URL: http://pastoid.com/byt

This paste was last updated on December 22, 2009 at 7:29 pm.

Pasted Coderaw

/**
 * Save a block when added to an area
 *
 * @param AjaxHandler $handler The AjaxHandler instance
 */
public function action_auth_ajax_blockdrop_save($handler)
{
  $title = $handler->handler_vars['title'];
  $type = $handler->handler_vars['type'];
  $data = $handler->handler_vars['data'];
 
  $block = new Block(array('title'=>$title, 'type'=>$type, 'data'=>$data));
  $block->insert();
  return $block->id;
}
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 5
drunkenmonkey.org 1
Is this paste spam?
<Hide