Released a working version of TaskFreak 0.94

I have released a working version of TaskFreak 0.94, it is tested with MySQL 5.5.

It can be found here on my GitHub page.

https://github.com/DJSADERS/TaskFreak-0.94

The fix consisted of replacing the line:

TYPE=MyISAM

with the line:

ENGINE=MyISAM

In the following 2 files:

mysql.init.php and mysql.init.sql

Comments (0)