1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 01:02:42 +01:00

Minor, remove debugging code.

This commit is contained in:
epriestley 2012-07-31 18:06:02 -07:00
parent 852ecc2102
commit 4b0d0f6e8b

View file

@ -134,7 +134,7 @@ final class PhabricatorTypeaheadCommonDatasourceController
$conn_r = id(new PhabricatorUser())->establishConnection('r');
$ids = queryfx_all(
$conn_r,
'SELECT DISTINCT userID FROM %T WHERE token LIKE %> OR 1 = 1',
'SELECT DISTINCT userID FROM %T WHERE token LIKE %>',
PhabricatorUser::NAMETOKEN_TABLE,
$query);
$ids = ipull($ids, 'userID');