BUG 8530 Text changes solved

- has been modify texts required !
This commit is contained in:
Alvaro Campos
2012-04-16 11:59:07 -04:00
parent 0eced3887f
commit b666ccbbf9
6 changed files with 17 additions and 17 deletions

View File

@@ -395,7 +395,7 @@ class NET
@oci_close($link);
}
else {
$this->error = "the user $this->db_user don't has privileges to run queries!";
$this->error = "the user $this->db_user doesn't has privileges to run queries!";
$this->errstr = "NET::ORACLE->Couldn't execute any query on this server!";
$this->errno = 40010;
}