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

@@ -97,7 +97,7 @@ class wsBase
try {
$uid = $RBAC->VerifyLogin( $userid , $password);
switch ($uid) {
case -1: //The user not exists
case -1: //The user doesn't exist
$wsResponse = new wsResponse (3, G::loadTranslation ('ID_USER_NOT_REGISTERED'));
break;
@@ -2051,7 +2051,7 @@ class wsBase
}
}
//finally, creating the process if the process does not exists
//finally, creating the process if the process doesn't exist
if ( ! $oProcess->processExists ( $processId ) ) {
$oProcess->createProcessFromData ($oData, $localPath . $newfilename );
}