1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +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

@@ -296,6 +296,7 @@ if (!defined("DRIVER")) {
/** Formulate SQL modification query with limit 1
* @param string everything after UPDATE or DELETE
* @param string
* @return string
*/
function limit1($query, $where) {
@@ -534,6 +535,7 @@ if (!defined("DRIVER")) {
/** Create database
* @param string
* @param string
* @return string
*/
function create_database($db, $collation) {
@@ -552,7 +554,7 @@ if (!defined("DRIVER")) {
/** Rename database from DB
* @param string new name
* @return string
* @param string
* @return bool
*/
function rename_database($name, $collation) {