X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/d734a389cf0d4b80a22887fd27c8a88379b01527..7dc732b4d2f7640edd28faa968ab1a0a39e82cba:/sistema/www/index.php diff --git a/sistema/www/index.php b/sistema/www/index.php index a497965..d68fe8e 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -180,7 +180,7 @@ if ($tipo) { if (AI_Error::isError($err) and $err->getCode() == AI_ERROR_TIENE_HIJOS) { $error = new MECON_HTML_Error('No se puede borrar el ' - . $nombre . 'porque todavía tiene "hijos".' + . $nombre . ' porque todavía tiene "hijos".' . ' Elimine todos los "hijos" y pruebe otra vez.'); $marco->addBody($error); } elseif (PEAR::isError($err)) {