@@ -9,7 +9,7 @@ class MobileGetCommand extends CConsoleCommand{
if($key == count($month)-1){
break;
}
- $$value = array();
+ $value = array();
$start_time = strtotime($value);
$end_time = strtotime($month[$key+1]);
$criteria = new EMongoCriteria();