mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
add empty functions for create_database()
This commit is contained in:
@ -366,5 +366,10 @@
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
function create_database($adminname = '', $adminpasswd = '')
|
||||
{
|
||||
return False;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user