mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:21:04 +01:00
add empty functions for create_database()
This commit is contained in:
parent
d26eacbeea
commit
4f724bc9b1
@ -366,5 +366,10 @@
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
function create_database($adminname = '', $adminpasswd = '')
|
||||
{
|
||||
return False;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -199,5 +199,10 @@
|
||||
$this->Error);
|
||||
die('Session halted.');
|
||||
}
|
||||
|
||||
function create_database($adminname = '', $adminpasswd = '')
|
||||
{
|
||||
return False;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -507,4 +507,9 @@
|
||||
}
|
||||
return $info;
|
||||
}
|
||||
|
||||
function create_database($adminname = '', $adminpasswd = '')
|
||||
{
|
||||
return False;
|
||||
}
|
||||
}
|
||||
|
@ -175,5 +175,10 @@
|
||||
printf("<b>Sybase Error</b><br>\n");
|
||||
die("Session halted.");
|
||||
}
|
||||
|
||||
function create_database($adminname = '', $adminpasswd = '')
|
||||
{
|
||||
return False;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user