diff options
author | rub <rub@piwigo.org> | 2006-10-21 12:13:11 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-10-21 12:13:11 +0000 |
commit | 8d7aa23a8e160c27bec20a21051b2d26217bcec9 (patch) | |
tree | f39d32d594ce1965a1c664122ab4a7239c98cb90 | |
parent | bc7b43345722917274a352dde49895e909fec6aa (diff) |
**** ERROR ON COMMIT ***
Commit including test code!
Resolved Issue ID 0000356:
o Increase security on adviser mode
First modifications of n modifications.
All the others modifications will be done on BSF branch.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1570 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/page_header.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/page_header.php b/include/page_header.php index ca698fa5a..6a48b4b81 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -49,8 +49,7 @@ $template->assign_vars( 'LANG'=>$lang_info['code'], 'DIR'=>$lang_info['direction'], -// 'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '') - 'TAG_INPUT_ENABLED' => ((is_adviser()) ? '' : '') + 'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '') )); // refresh |