2
0
forked from Wavyzz/dolibarr

Fix: avoid error with crlf

This commit is contained in:
Regis Houssin
2013-06-24 18:03:14 +02:00
parent 48ec594fe6
commit 930f6e4850
17 changed files with 453 additions and 454 deletions

View File

@@ -47,6 +47,5 @@ CREATE TABLE llx_cronjob
fk_user_author integer DEFAULT NULL, fk_user_author integer DEFAULT NULL,
fk_user_mod integer DEFAULT NULL, fk_user_mod integer DEFAULT NULL,
note text note text
)ENGINE=innodb; )ENGINE=innodb;