Code Duplication    Length = 3-3 lines in 2 locations

programs/utilit/agent.class.php 2 locations

@@ 1510-1512 (lines=3) @@
1507
1508
			$where = array();
1509
1510
			if (isset($this->organization)) {
1511
			    $where[] = 'a.id_organization='.$babDB->quote($this->organization->id).'';
1512
			}
1513
1514
			if (isset($this->collection)) {
1515
				$where[] = 'a.id_coll='.$babDB->quote($this->collection->id).'';
@@ 1514-1516 (lines=3) @@
1511
			    $where[] = 'a.id_organization='.$babDB->quote($this->organization->id).'';
1512
			}
1513
1514
			if (isset($this->collection)) {
1515
				$where[] = 'a.id_coll='.$babDB->quote($this->collection->id).'';
1516
			}
1517
1518
			if (isset($this->right)) {
1519
				$query .= ', absences_users_rights ur';