Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PR fixes
  • Loading branch information
cproensa authored and atrol committed Mar 4, 2018
1 parent d613a30 commit fb955dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/print_api.php
Expand Up @@ -1520,7 +1520,7 @@ function print_small_button( $p_link, $p_url_text, $p_new_window = false ) {
* @param string $p_text The displayed text for the link.
* @param integer $p_page_no The page number to link to.
* @param integer $p_page_cur The current page number.
* @param integer $p_temp_filter_key Temporary filter id.
* @param integer $p_temp_filter_key Temporary filter key.
* @return void
*/
function print_page_link( $p_page_url, $p_text = '', $p_page_no = 0, $p_page_cur = 0, $p_temp_filter_key = null ) {
Expand Down Expand Up @@ -1548,7 +1548,7 @@ function print_page_link( $p_page_url, $p_text = '', $p_page_no = 0, $p_page_cur
* @param integer $p_start The first page number.
* @param integer $p_end The last page number.
* @param integer $p_current The current page number.
* @param integer $p_temp_filter_key Temporary filter id.
* @param integer $p_temp_filter_key Temporary filter key.
* @return void
*/
function print_page_links( $p_page, $p_start, $p_end, $p_current, $p_temp_filter_key = null ) {
Expand Down

0 comments on commit fb955dd

Please sign in to comment.