MantisBT: master 3dcb7fde
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
Paul Richards | Paul Richards | master | 2014-08-30 16:03 | master b2051e7f |
Changeset | Fix error in install_update_history_long_custom_fields The following code snippet: $t_query = 'SELECT name FROM ' . db_get_table('custom_field');; Returns: i.e. $t_field[0] is always NULL. Upgrade schema queries should reference the field name. |
|||
mod - core/install_helper_functions_api.php | Diff File |