If still someone has a problem with that…. correct $filter should be:

[code]
$filter = array( ‘complex_filter’ => array( array( ‘key’ => ‘updated_at’, ‘value’ => array( ‘key’ => ‘from’, ‘value’ => ‘2011-01-25 00:00:00’ ) ) ) );
[/code]