]> git.llucax.com Git - mecon/ai.git/commitdiff
Bugfixes.
authorLeandro Lucarella <llucax@gmail.com>
Tue, 22 Jul 2003 21:07:43 +0000 (21:07 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 22 Jul 2003 21:07:43 +0000 (21:07 +0000)
lib/AI/DBTreeObject.php
lib/AI/Error.php
sistema/www/index.php

index c8752c8ce194066659bfe518ec97fa6dcc6e804c..71689bc85f7018b4f363dcbb335c3366e40193ad 100644 (file)
@@ -106,7 +106,7 @@ class AI_DBTreeObject extends AI_DBObject {
         }
         // Si no hay mas resultados, entonces terminó bien.
         if (AI_Error::isError($err)
-                and $err->getCode() == AIERROR_NO_RESULTADOS) {
+                and $err->getCode() == AI_ERROR_NO_RESULTADOS) {
             return true;
         }
         // Si no, se devuelve el error.
index f73cd22b8efd2c6acd024ba83541fdcbca9488c1..556c1493c43d4d0921d7acfc6ae938d4319c5cb4 100644 (file)
@@ -85,4 +85,4 @@ class AI_Error extends PEAR_Error {
 
 } // -X2C Class :AI_Error
 
-?>
+?>
\ No newline at end of file
index a497965c5fe490f6d4761fe7fbc4632a70b332f1..d68fe8ec920900257b7f196e92861cb9f7457d6a 100644 (file)
@@ -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)) {