mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Comments
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user