summaryrefslogtreecommitdiff
path: root/lib/settingsaction.php
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-12-09 21:16:07 -0500
committercsarven <csarven@controlyourself.ca>2008-12-09 21:16:07 -0500
commit33196c24f4c9609611cfbcf6466ceee60c51ef8e (patch)
treedb0046580f8a6f4b38fd1ba2da74977875945198 /lib/settingsaction.php
parent53cabc0171f6628f428fbc02a6ae48dcab5e4c6d (diff)
Jcrop v2 (POST cropping to be completed)
darcs-hash:20081210021607-eefa4-c3590f3e734255faf098bf5ca09fc17901a6db70.gz
Diffstat (limited to 'lib/settingsaction.php')
-rw-r--r--lib/settingsaction.php13
1 files changed, 6 insertions, 7 deletions
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)
{