Advertisement
Guest User

Untitled

a guest
Jan 16th, 2011
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1.   public function execute()
  2.   {
  3.     if ( $this->get('confirmed') === false )
  4.     {
  5.       return ERROR;
  6.     }
  7.  
  8.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement