In E_STRICT mode, the drush views export command gives the following error:
WD php: Undefined variable: result in [error]
/Applications/MAMP/htdocs/d6/sites/all/modules/drush_views/drush_views.drush.inc
on line 167.
Line 167 is simply:
return $result;
$result is never set, however. I'm not sure if this is intentional or not, but the line might be replaced simply with return; and the functionality would be the same and E_STRICT-compliant.
Comments
Comment #1
pescetti commentedThanks, fixed.