centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

fix bug in cascade deleting with multiple keys #18

Closed frenchcomp closed 12 years ago

frenchcomp commented 12 years ago

Fix in Centurion_Db_Table_Abstract::_cascadeDelete

Suround, in the implode, AND with withspaces because if the relation is build with several key
the implode returned : "myKey=XANDmySecondKey=Y" instead of "myKey=X AND mySecondKey=Y"