Show
Ignore:
Timestamp:
08/30/08 14:07:01 (4 months ago)
Author:
vollmerk
Message:

sync back to the branch... doing a lot of this wheee

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.4/server/ajax.server.php

    r1520 r1721  
    298298                $data = Song::get_recently_played();  
    299299                if (count($data)) {  
    300                         show_box_top(_('Recently Played'));  
    301300                        require_once Config::get('prefix') . '/templates/show_recently_played.inc.php';  
    302                         show_box_bottom();  
    303301                } 
    304302                $results['recently_played'] = ob_get_contents();