mirror of
https://github.com/dg/dibi.git
synced 2025-08-19 04:11:44 +02:00
typos
This commit is contained in:
@@ -135,7 +135,7 @@ class DibiOracleDriver extends DibiObject implements IDibiDriver
|
||||
{
|
||||
$this->query("SELECT $sequence.CURRVAL AS ID FROM DUAL");
|
||||
$row = $this->fetch(TRUE);
|
||||
return isset($row['ID']) : (int) $row['ID'] : FALSE;
|
||||
return isset($row['ID']) ? (int) $row['ID'] : FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user