Topic: MyPagina have a typo in example_table.sql (Read 1585 times)
Just another rainy day
Posts: 1
10 credits Members referred : 0
« on: Dec 29, 2006, 01:53:42 am »
MyPagina (pagination) class ver. 1.03 have typos in example_table.sql PRIMARY KEY() is left out causing phpMyAdmin to say error on import. To fit example.php the table name should also be 'links'.
/Bjorn
The top of the file should read:
CREATE TABLE `links` ( `id` int(11) NOT NULL auto_increment, `titel` varchar(75) NOT NULL default '', `url` varchar(150) NOT NULL default '', PRIMARY KEY(id) ) TYPE=MyISAM AUTO_INCREMENT=85 ;
« Last Edit: Dec 29, 2006, 02:07:03 am by bpmildh »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Dec 29, 2006, 08:39:21 am »
Thanks,
I think I changed the name to match a table from my testing server after the dump is made, will change this for the next version...