Advertisement
cgrunwald

Untitled

Aug 29th, 2010
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. Jelly::factory('update')
  2.                      ->set(array(
  3.                         'section' => $section,
  4.                         'type' => $type,
  5.                         'description' => $description,
  6.                         'url' => $url,
  7.                         'custom_message' => $custom_message,
  8.                      ))->save();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement