Change jrn_navigation_bar with navigation_bar
This commit is contained in:
parent
5ad8a720b4
commit
7d64e758c0
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ if ( isset ($_GET['viewsearch']))
|
|||
$max_line=$cn->count_sql($sql);
|
||||
|
||||
list($count,$a)=$ledger->list_operation($sql,$offset,0);
|
||||
$bar=jrn_navigation_bar($offset,$max_line,$step,$page);
|
||||
$bar=navigation_bar($offset,$max_line,$step,$page);
|
||||
|
||||
echo $bar;
|
||||
echo $a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue