@@ -179,6 +179,9 @@ |
||
179 | 179 | } |
180 | 180 | } |
181 | 181 | |
182 | + /** |
|
183 | + * @param string $type |
|
184 | + */ |
|
182 | 185 | public function deleteLocationByType($type) { |
183 | 186 | $query = "DELETE FROM source_location WHERE type = :type"; |
184 | 187 | $query_values = array(':type' => $type); |