mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Define idx_data outside of the loop, since it's used later
(Thanks Scrutinizer)
This commit is contained in:
parent
1a713dbb06
commit
888c9028cb
@ -390,6 +390,7 @@ class SchemaTest extends LoggedInTest {
|
||||
unset($columns['options']);
|
||||
|
||||
$exist = False;
|
||||
$idx_data = array();
|
||||
foreach($indexes as $idx_data)
|
||||
{
|
||||
if (implode(':',$columns) == strtolower(implode(':',$idx_data['columns'])))
|
||||
|
Loading…
Reference in New Issue
Block a user