From 33196c24f4c9609611cfbcf6466ceee60c51ef8e Mon Sep 17 00:00:00 2001 From: csarven Date: Tue, 9 Dec 2008 21:16:07 -0500 Subject: Jcrop v2 (POST cropping to be completed) darcs-hash:20081210021607-eefa4-c3590f3e734255faf098bf5ca09fc17901a6db70.gz --- lib/settingsaction.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 46f713fa8..62de39d45 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -60,13 +60,12 @@ class SettingsAction extends Action } } - function form_header($title, $msg=null, $success=false) - { - common_show_header($title, - null, - array($msg, $success), - array($this, 'show_top')); - } + function form_header($title, $msg=NULL, $success=false) { + common_show_header($title, + NULL, + array($msg, $success), + array($this, 'show_top')); + } function show_top($arr) { -- cgit v1.2.3-54-g00ecf