Show
Ignore:
Timestamp:
08/30/08 13:31:37 (4 months ago)
Author:
vollmerk
Message:

dont echo printf... :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.4/templates/show_clean_catalog.inc.php

    r1634 r1717  
    22/* 
    33 
    4  Copyright (c) 2001 - 2007 Ampache.org 
     4 Copyright (c) Ampache.org 
    55 All rights reserved. 
    66 
     
    2121 
    2222show_box_top(); 
    23 //echo "\n" . _('Cleaning the') . " <b>[" . $this->name . "]</b> " . _('Catalog') . "...<br />\n"; 
    24 echo "\n" . printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> ") . "...<br />\n"; 
     23printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> "); 
     24echo "...<br />\n"; 
    2525echo _('Checking') . ": <span id=\"clean_count_" . $this->id . "\"></span>\n<br />"; 
    2626echo _('Reading') . ":<span id=\"clean_dir_" . $this->id . "\"></span><br />";