From dbc12ab93ab5d86273d2e7b096b75be2e4b071f0 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Sun, 1 Oct 2006 13:37:46 +0000 Subject: changed some depreciated use of script language --- lib/class/catalog.class.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib') diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index dc87ba50..f7f2f063 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -395,7 +395,7 @@ class Catalog { /* Stupid little cutesie thing */ $this->count++; if ( !($this->count%conf('catalog_echo_count')) AND $verbose) { - echo "\n"; flush(); @@ -488,7 +488,7 @@ class Catalog { /* Stupid little cutesie thing */ $search_count++; if ( !($search_count%conf('catalog_echo_count'))) { - echo "\n"; flush(); @@ -788,7 +788,7 @@ class Catalog { /* Get the songs and then insert them into the db */ $this->add_files($this->path,$type,$parse_m3u); - echo "\n"; flush(); @@ -954,7 +954,7 @@ class Catalog { /* Get the songs and then insert them into the db */ $this->add_files($this->path,$type,0,$verbose); - echo "\n"; flush(); @@ -1209,7 +1209,7 @@ class Catalog { /* Stupid little cutesie thing */ $this->count++; if ( !($this->count%conf('catalog_echo_count')) && $verbose) { - echo "\n"; flush(); @@ -1260,7 +1260,7 @@ class Catalog { /* Return dead files, so they can be listed */ if ($verbose) { - echo "\n"; echo "" . _("Catalog Clean Done") . " [" . count($dead_files) . "] " . _("files removed") . "
\n"; @@ -1663,7 +1663,7 @@ class Catalog { /* Stupid little cutesie thing */ $this->count++; if (!($this->count%conf('catalog_echo_count')) ) { - echo "\n"; flush(); @@ -1691,7 +1691,7 @@ class Catalog { $this->update_last_update(); if ($verbose) { - echo "\n"; flush(); -- cgit