Feature Requests item #1969168, was opened at 2008-05-22 00:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1969168&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: SVN (please specify revision!)
Status: Open
Resolution: None
Priority: 4
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: backup.php should use table list from config
Initial Comment:
(SVN r363)
config.inc.php contains a list of all database tables in $CONF['database_tables'].
fetchmail.php contains a similar list, which means additional work if a new table is added.
Maybe we should use the list from $CONF in backup.php. The only problem might be: If someone uses an outdated config.inc.php, not all tables are included in the backup :-(
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=1969168&group_id=191583
|