- user warning: 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 'AND YEAR(FROM_UNIXTIME(n.created)) = invitro' at line 1
query: SELECT COUNT(*) FROM drupal_node n WHERE n.type = 'blog' AND n.status = 1 AND n.uid = AND YEAR(FROM_UNIXTIME(n.created)) = invitro in /home/vlipp/htdocs/sites/default/modules/blog_addons/blog_addons.module on line 422.
- user warning: 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 'AND YEAR(FROM_UNIXTIME(n.created)) = invitro ORDER BY n.created DESC LIMIT 0, 2' at line 1
query: SELECT n.nid, n.created, YEAR(FROM_UNIXTIME(n.created)) AS year, MONTH(FROM_UNIXTIME(n.created)) AS month, DAY(FROM_UNIXTIME(n.created)) AS day FROM drupal_node n WHERE n.type = 'blog' AND n.status = 1 AND n.uid = AND YEAR(FROM_UNIXTIME(n.created)) = invitro ORDER BY n.created DESC LIMIT 0, 20 in /home/vlipp/htdocs/sites/default/modules/blog_addons/blog_addons.module on line 422.