From: Honza M. <hon...@ec...> - 2007-03-06 14:31:54
|
Fixed in SVN. Honza Marek Tichy píše v St 28. 02. 2007 v 20:34 +0100: > Hi, > I'm using the latest SVN (last change 02/06/07 in CHANGES), mysql 5.0.32, php5.2.0-8 > > It's unlikely that anybody hits this bug but when Reader Management Minimal and > all other RM slices are marked as deleted, you get > > Warning: array_keys() [function.array-keys]: The first argument should be an > array in /var/www/apc-aa/include/perm_core.php3 on line 529 > Database error: Invalid SQL: SELECT o1.object_id, o3.value FROM object_text as > o1 INNER JOIN object_text as o2 ON o2.object_id=o1.object_id INNER JOIN > object_text as o3 ON o3.object_id=o1.object_id WHERE o1.property = 'aa_type' AND > o1.value = 'AA_Set' AND o2.property = 'aa_owner' AND o2.value IN () AND > o3.property = 'aa_name' > Error Number (description): 1064 (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 o3.property = 'aa_name'' at line 3) > -- |