summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3b17e95)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2578
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
$reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');
$reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
$reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');
+/* left refresh rate, strtolower makes 1.0.6 prefs compatible */
$left_refresh = getPref($data_dir, $username, 'left_refresh', SMPREF_NONE );
$left_refresh = getPref($data_dir, $username, 'left_refresh', SMPREF_NONE );
+$left_refresh = strtolower($left_refresh);
+
$sort = getPref($data_dir, $username, 'sort', 6 );
/** Load up the Signature file **/
$sort = getPref($data_dir, $username, 'sort', 6 );
/** Load up the Signature file **/