Merge pull request #45 from alvarocs/BUG-8530
BUG 8530 Text changes solved
This commit is contained in:
@@ -395,7 +395,7 @@ class NET
|
|||||||
@oci_close($link);
|
@oci_close($link);
|
||||||
}
|
}
|
||||||
else {
|
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->errstr = "NET::ORACLE->Couldn't execute any query on this server!";
|
||||||
$this->errno = 40010;
|
$this->errno = 40010;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user