sproctor / php-calendar

PHP-Calendar
http://www.php-calendar.org/
Apache License 2.0
138 stars 67 forks source link

Edit categories error #43

Closed xinmate closed 11 years ago

xinmate commented 11 years ago

error Edit categories error

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`gid`='1'
WHERE `catid`='1'' at line 6
SQL  : UPDATE phpar_categories
SET
`name`='TEST6',
`text_color`='#232121',
`bg_color`='#bc3838'
`gid`='1'
WHERE `catid`='1'
#0 C:\xampp\htdocs\phpar\includes\phpcdatabase.class.php(795): PhpcDatabase->db_error('???????????????...', 'UPDATE phpar_ca...')
#1 C:\xampp\htdocs\phpar\includes\category_submit.php(72): PhpcDatabase->modify_category('1', 'TEST6', '#232121', '#bc3838', '1')
#2 C:\xampp\htdocs\phpar\includes\calendar.php(713) : eval()'d code(1): category_submit()
#3 C:\xampp\htdocs\phpar\includes\calendar.php(713): eval()
#4 C:\xampp\htdocs\phpar\includes\calendar.php(659): do_action()
#5 C:\xampp\htdocs\phpar\index.php(78): display_phpc()
#6 {main}
sabas commented 11 years ago

Missed a comma in a SQL query :-)