Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2695 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
ramon 2012-02-26 10:43:47 +00:00
parent d4871ae3f3
commit 7a9f3befa1
2 changed files with 11 additions and 0 deletions

View File

@ -75,6 +75,9 @@ CREATE TABLE IF NOT EXISTS `administradores_centros` (
PRIMARY KEY (`idadministradorcentro`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
INSERT INTO `administradores_centros` (`idadministradorcentro`, `idusuario`, `idcentro`) VALUES
(1, 1, 1);
-- --------------------------------------------------------
--

View File

@ -0,0 +1,8 @@
//________________________________________________________________________________________________________
//
// Fichero de idiomas javascript: consolaremota_eng.js
// Idioma: English
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="Attention.-Has there been any error in the Remote Console application";
TbMsg[1]="The Remote Console request was sent successfully";