1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00
This commit is contained in:
Jakub Vrana
2011-02-24 17:30:15 +01:00
parent 37cb691d8e
commit 83d659ca42
2 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ function normalize_enum($match) {
* @param array * @param array
* @param string * @param string
* @param string * @param string
* @return * @return bool
*/ */
function grant($grant, $privileges, $columns, $on) { function grant($grant, $privileges, $columns, $on) {
if (!$privileges) { if (!$privileges) {

View File

@@ -14,7 +14,7 @@ function email_header($header) {
* @param string * @param string
* @param string * @param string
* @param array * @param array
* @return * @return bool
*/ */
function send_mail($email, $subject, $message, $from = "", $files = array("error" => array())) { 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 $eol = (strncasecmp(PHP_OS, "win", 3) ? "\n" : "\r\n"); // PHP_EOL available since PHP 4.3.10 and 5.0.2