Converted all files from dos to unix, as most servers are UNIX based anyway. This fixes the linebreak mismatching issue mentioned in gh-638.
This commit is contained in:
@ -19,4 +19,4 @@ ALTER TABLE `#__componentbuilder_joomla_component` CHANGE `update_server` `updat
|
||||
ALTER TABLE `#__componentbuilder_joomla_component` CHANGE `sales_server_ftp` `sales_server` INT(11) NOT NULL DEFAULT 0;
|
||||
ALTER TABLE `#__componentbuilder_joomla_component` CHANGE `update_server_ftp` `update_server` INT(11) NOT NULL DEFAULT 0;
|
||||
|
||||
UPDATE `#__componentbuilder_server` SET `protocol` = 1;
|
||||
UPDATE `#__componentbuilder_server` SET `protocol` = 1;
|
||||
|
Reference in New Issue
Block a user