Changeset 2163 in subversion
- Timestamp:
- Dec 16, 2008 1:58:47 PM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
config/main.inc.php.dist (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/config/main.inc.php.dist
r2143 r2163 118 118 119 119 // These cols are shown in the message list. Available cols are: 120 // subject, from, to, cc, replyto, date, size, encoding,flag, attachment120 // subject, from, to, cc, replyto, date, size, flag, attachment 121 121 $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment'); 122 122 -
trunk/roundcubemail/program/steps/mail/func.inc
r2140 r2163 137 137 $a_show_cols = is_array($CONFIG['list_cols']) ? $CONFIG['list_cols'] : array('subject'); 138 138 else 139 $a_show_cols = explode(',', strip_quotes($attrib['columns']));139 $a_show_cols = preg_split('/[\s,;]+/', strip_quotes($attrib['columns'])); 140 140 141 141 // store column list in a session-variable
Note: See TracChangeset
for help on using the changeset viewer.
