diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-02-03 11:16:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-02-03 11:16:18 +0000 |
| commit | 7c0f11cd8445b977038b59e07c732fb36b876569 (patch) | |
| tree | 31c607e1e45ed525aef598ab6e4457cefdaf5a83 /roundcubemail/program/include/main.inc | |
| parent | 01eb79ca73e6fde48bc1cca354ca12b14326db22 (diff) | |
- Fix inconsistency when not using default table names (#1486467)
git-svn-id: https://svn.roundcube.net/trunk@3246 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/main.inc')
| -rw-r--r-- | roundcubemail/program/include/main.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc index 31e4ab558..944cdf708 100644 --- a/roundcubemail/program/include/main.inc +++ b/roundcubemail/program/include/main.inc @@ -69,7 +69,7 @@ function get_table_name($table) */ function get_sequence_name($sequence) { - // return table name if configured + // return sequence name if configured $config_key = 'db_sequence_'.$sequence; $opt = rcmail::get_instance()->config->get($config_key); |
