Author: david
Date: Wed Dec 15 14:40:49 2010
New Revision: 8891
Log:
Fix notices in migrations.
Modified:
trunk/lib/task/migrate/QubitMigrate.class.php
Modified: trunk/lib/task/migrate/QubitMigrate.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate.class.php Wed Dec 15 14:38:43
2010 (r8890)
+++ trunk/lib/task/migrate/QubitMigrate.class.php Wed Dec 15 14:40:49
2010 (r8891)
@@ -158,7 +158,7 @@
// value for an i18n column)
$searchKey = key($searchValue);
- if (isset($columns[$searchColumn]) &&
$columns[$searchColumn][$searchKey] == $searchValue[$searchKey])
+ if (isset($columns[$searchColumn][$searchKey]) &&
$columns[$searchColumn][$searchKey] == $searchValue[$searchKey])
{
return $key;
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.