Skip to content

Commit

Permalink
Made makeInnerQuery method public.
Browse files Browse the repository at this point in the history
git-svn-id: http://voip.null.ro/svn/ansql/trunk@175 dbfed7de-b0aa-0410-b6a1-c7e608b77fc9
  • Loading branch information
monica committed Aug 4, 2015
1 parent d23ff64 commit d17a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,7 @@ protected static function makeOrderClause($order)
* @param $where Clause to append to
* @return WHERE clause
*/
protected function makeInnerQuery($inner_query=array(), $table = NULL, $where='')
public function makeInnerQuery($inner_query=array(), $table = NULL, $where='')
{
Debug::func_start(__METHOD__,func_get_args(),"framework");

Expand Down

0 comments on commit d17a8be

Please sign in to comment.