Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 17, 2014
1 parent 900a1d7 commit 9f33bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imp/config/prefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@
);

// The initial page to display. Either:
// - IMP::INITIAL_FOLDERS (display folders page)
// - IMP::INITIAL_FOLDERS (display folders page; smartmobile only)
// - mailbox name (defaults to INBOX)
$_prefs['initial_page'] = array(
'value' => ''
Expand Down
1 change: 1 addition & 0 deletions imp/lib/IMP.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public static function filterText($text)
}

/**
* Get size display information.
*
* @param integer $size The byte size of data.
*
Expand Down

0 comments on commit 9f33bde

Please sign in to comment.