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