From: Jakub Vrana Date: Thu, 24 Feb 2011 16:30:15 +0000 (+0100) Subject: Comments X-Git-Tag: v3.2.0~1 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=83d659ca42029a392210f51726a19fccfa91d0fb;p=adminer.git Comments --- diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 44958a83..075f9dd7 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -315,7 +315,7 @@ function normalize_enum($match) { * @param array * @param string * @param string -* @return +* @return bool */ function grant($grant, $privileges, $columns, $on) { if (!$privileges) { diff --git a/editor/include/editing.inc.php b/editor/include/editing.inc.php index e32a4497..59c811b8 100644 --- a/editor/include/editing.inc.php +++ b/editor/include/editing.inc.php @@ -14,7 +14,7 @@ function email_header($header) { * @param string * @param string * @param array -* @return +* @return bool */ function send_mail($email, $subject, $message, $from = "", $files = array("error" => array())) { $eol = (strncasecmp(PHP_OS, "win", 3) ? "\n" : "\r\n"); // PHP_EOL available since PHP 4.3.10 and 5.0.2