mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 04:19:41 +01:00
Fix for Oracle support.
This commit is contained in:
parent
4ab3e7a085
commit
0403808c94
@ -546,8 +546,8 @@
|
|||||||
$i = 0;
|
$i = 0;
|
||||||
while($this->next_record())
|
while($this->next_record())
|
||||||
{
|
{
|
||||||
$info[$i]['table_name'] = $this->Record['table_name'];
|
$info[$i]['table_name'] = strtolower($this->Record['table_name']);
|
||||||
$info[$R]['tablespace_name'] = $this->Record['tablespace_name'];
|
$info[$i]['tablespace_name'] = $this->Record['tablespace_name'];
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
return $info;
|
return $info;
|
||||||
|
Loading…
Reference in New Issue
Block a user