Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2009 at 20:46 UTC
Updated:
10 May 2009 at 10:00 UTC
<?php
return array('where' => $where,
'join' => $join,
'args' => $args,
);
?>This looks very strange.
This patch just fixes this problem
| Comment | File | Size | Author |
|---|---|---|---|
| user-filter_query.patch | 743 bytes | dawehner |
Comments
Comment #1
dries commentedCommitted to CVS HEAD. Thanks.