Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Delete extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
Segr committed Feb 27, 2014
1 parent 6d7732e commit 3344c08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/plugins/managermanager/modx.ddtools.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ public static function getDocuments($ids = array(), $published = false, $deleted
if (count($ids) == 0){
return false;
}else{
$limit = ($limit != "") ? "LIMIT $limit" : ""; // LIMIT capabilities - rad14701
// modify field names to use sc. table reference
$fields = 'sc.' . implode(',sc.', preg_replace("/^\s/i", "", explode(',', $fields)));
$sort = ($sort == "") ? "" : 'sc.' . implode(',sc.', preg_replace("/^\s/i", "", explode(',', $sort)));
Expand Down

0 comments on commit 3344c08

Please sign in to comment.