Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-1.3.x'
Browse files Browse the repository at this point in the history
Conflicts:
	core/html_api.php
	login_page.php
	lost_pwd.php
	lost_pwd_page.php
	signup.php
	signup_page.php
	verify.php
  • Loading branch information
dregad committed Sep 17, 2016
2 parents 253843a + c97b7f4 commit a272baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/filter_api.php
Expand Up @@ -1052,7 +1052,7 @@ function filter_unique_query_clauses( array $p_query_clauses ) {
* should be used manually when required.
* This is the case when "filter_get_bug_count" is used followed by "filter_get_bug_rows_result"
* @param array $p_query_clauses Array of query clauses.
* @param type $p_pop_param Whether to pop DB params from the stack
* @param boolean $p_pop_param Whether to pop DB params from the stack
* @return integer
*/
function filter_get_bug_count( array $p_query_clauses, $p_pop_param = true ) {
Expand Down Expand Up @@ -1187,7 +1187,7 @@ function filter_get_bug_rows_filter( $p_project_id = null, $p_user_id = null ) {
* -1 or null indicates default query (no limits)
* @param integer $p_offset Offset query results for paging (number of rows)
* -1 or null indicates default query (no offset)
* @param type $p_pop_param Whether to pop DB params from the stack
* @param boolean $p_pop_param Whether to pop DB params from the stack
* @return IteratorAggregate|boolean adodb result set or false if the query failed.
*/
function filter_get_bug_rows_result( array $p_query_clauses, $p_count = null, $p_offset = null, $p_pop_param = true ) {
Expand Down

0 comments on commit a272baf

Please sign in to comment.