allow the attributes filter to take an array of values to filter on.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 17 Jan 2011 21:26:36 +0000 (16:26 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 17 Jan 2011 21:26:36 +0000 (16:26 -0500)
commit96f2118a37e3ee63862925f7939fd3332f7cb487
treef9126872780eecddd27d62af6e4cd5e285e4af77
parent6582c75e79c538d3529adc38e5034a9f82dfc02a
allow the attributes filter to take an array of values to filter on.

e.g.,
To return shares that have a slug of either $slug1 or $slug2:

$shares->listShares($user, array('attributes' => array('slug' => arary($slug1, $slug2))));
framework/Share/lib/Horde/Share/Sql.php
framework/Share/lib/Horde/Share/Sql/Hierarchical.php