BUG 8530 Text changes solved

- required texts has changed.
This commit is contained in:
Alvaro Campos
2012-06-06 16:32:05 -04:00
parent 833f99241c
commit 497529a088

View File

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