Author: mcbrown
Date: 2007-10-22 21:25:05 +0200 (Mon, 22 Oct 2007)
New Revision: 8246
Log:
Fix to sources selection
Modified:
trunk/tools/MySQL/IDMap.pm
Modified: trunk/tools/MySQL/IDMap.pm
===================================================================
--- trunk/tools/MySQL/IDMap.pm 2007-10-22 18:57:17 UTC (rev 8245)
+++ trunk/tools/MySQL/IDMap.pm 2007-10-22 19:25:05 UTC (rev 8246)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 489 bytes
@@ -55,7 +55,7 @@
}
else
{
- if (!defined($sources) || ($sources eq ''))
+ if (!defined($opts->{sources}) || ($opts->{sources} eq ''))
{
$sources = builddefaultsources();
}
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8246 - trunk/tools/MySQL | mcbrown | 22 Oct |