|
@@ -1976,7 +1976,7 @@ abstract class MetaModel
|
|
|
|
|
|
protected static $m_aQueryStructCache = array();
|
|
|
|
|
|
- protected static function PrepareQueryArguments($aArgs)
|
|
|
+ public static function PrepareQueryArguments($aArgs)
|
|
|
{
|
|
|
// Translate any object into scalars
|
|
|
//
|
|
@@ -4994,4 +4994,4 @@ MetaModel::RegisterZList("preview", array("description"=>"All attributes visible
|
|
|
MetaModel::RegisterZList("standard_search", array("description"=>"List of criteria for the standard search", "type"=>"filters"));
|
|
|
MetaModel::RegisterZList("advanced_search", array("description"=>"List of criteria for the advanced search", "type"=>"filters"));
|
|
|
|
|
|
-?>
|
|
|
+?>
|