diff options
author | Camil Staps | 2016-07-27 16:28:19 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-27 16:28:19 +0200 |
commit | 9714f3d8cc311f3b75a4727156de2ab33cf3895e (patch) | |
tree | 647d3370ad70827be8c83bfec9e98ae156c4ea9e /include/ajax-collapse.php | |
parent | Reorganise to have client use Model (diff) |
Removed redundant whitespace & retab
Diffstat (limited to 'include/ajax-collapse.php')
-rw-r--r-- | include/ajax-collapse.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ajax-collapse.php b/include/ajax-collapse.php index e49c6fd..402d057 100644 --- a/include/ajax-collapse.php +++ b/include/ajax-collapse.php @@ -1,8 +1,8 @@ <?php $collapsed = true; if ($_REQUEST['setting'] !== 'true') - $collapsed = false; + $collapsed = false; $_SESSION['ba-collapse'] = $collapsed; -echo $collapsed;
\ No newline at end of file +echo $collapsed; |