alecpl
2009-12-03 018e2518cb277dbb50d1b7ef65379b4c85d9bb1f
- fix last commit


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -3833,7 +3833,7 @@
        cell.id = 'rcm'+col;
        }
      else if (col == 'subject' && this.message_list)
        this.message_list.subject_col = n;
        this.message_list.subject_col = n+1;
      }
  };