forked from mirrors/easyappointments
Corrected typo in the sample_data.sql file.
This commit is contained in:
parent
6415919efd
commit
6b8075617e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ INSERT INTO `ea_settings` (`id`, `name`, `value`) VALUES
|
|||
(2, 'book_advance_timeout', '30'),
|
||||
(3, 'company_name', 'ABC Company'),
|
||||
(4, 'company_email', 'info@abc-company.ea'),
|
||||
(5, 'company_link', 'http://www.abc-company.ea');
|
||||
(5, 'company_link', 'http://www.abc-company.ea'),
|
||||
(6, 'google_analytics_code', '');
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue