BUG 5004 Change text doesn't exists!

All wrong texts like doesn't exists or not exists by doesn't exist
This commit is contained in:
Douglas Medrano Chura
2011-04-13 18:57:02 -04:00
parent f826a83a23
commit c4635bc56a
43 changed files with 71 additions and 71 deletions

View File

@@ -70,7 +70,7 @@ class InputDocument extends BaseInputDocument {
return $aFields;
}
else {
throw(new Exception('This row doesn\'t exists!'));
throw(new Exception('This row doesn\'t exist!'));
}
}
catch (Exception $oError) {
@@ -175,7 +175,7 @@ class InputDocument extends BaseInputDocument {
}
}
else {
throw(new Exception('This row doesn\'t exists!'));
throw(new Exception('This row doesn\'t exist!'));
}
}
catch (Exception $oError) {
@@ -204,7 +204,7 @@ class InputDocument extends BaseInputDocument {
return $iResult;
}
else {
throw(new Exception('This row doesn\'t exists!'));
throw(new Exception('This row doesn\'t exist!'));
}
}
catch (Exception $oError) {