get_dblist();
$r=$mysql->get_userslist();
?>
raise("info", "mysql", _("You have no database at the moment."));
  } else if(!$r || empty($r)){
	$msg->raise("info", "mysql", _("You have no sql user at the moment."));
  }
echo $msg->msg_html_all();
?>
 
cancreate("mysql")) {
  $q=$quota->getquota("mysql");
  if($q['u'] == 0 ){
?>