mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
add empty functions for create_database()
This commit is contained in:
@@ -507,4 +507,9 @@
|
||||
}
|
||||
return $info;
|
||||
}
|
||||
|
||||
function create_database($adminname = '', $adminpasswd = '')
|
||||
{
|
||||
return False;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user