1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 06:02:57 +02:00

Fix doc comments

This commit is contained in:
Jakub Vrana
2012-09-16 06:43:55 -07:00
parent 55c757a59a
commit 534f4ee5cc
2 changed files with 5 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ function where_check($val) {
* @param int condition order
* @param string column identifier
* @param string
* @return string
* @param string
* @return string
*/
function where_link($i, $column, $value, $operator = "=") {
@@ -545,6 +545,7 @@ function remove_from_uri($param = "") {
/** Generate page number for pagination
* @param int
* @param int
* @return string
*/
function pagination($page, $current) {