Skip to content

Instantly share code, notes, and snippets.

@wowo
Created November 8, 2011 10:18
Show Gist options
  • Save wowo/1347423 to your computer and use it in GitHub Desktop.
Save wowo/1347423 to your computer and use it in GitHub Desktop.
<?php
if (is_array($limiters['organization_unit']) && !empty($limiters['organization_unit']))
{
$query->andWhere($query->expr()->in('si.organizationUnitCode', $limiters['organization_unit']));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment