From 08454ce463a725facb86479e3aba7a337b8f42f2 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 12 Aug 2010 17:27:58 +0200 Subject: [PATCH] remove debug messages --- inc/lib_base.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/lib_base.php b/inc/lib_base.php index 32d5f17a41a..e5ae5b4779e 100644 --- a/inc/lib_base.php +++ b/inc/lib_base.php @@ -548,10 +548,8 @@ class OC_DB { global $CONFIG_DBTABLEPREFIX; $content=file_get_contents($file); $file2=tempnam(sys_get_temp_dir(),'oc_db_scheme_'); - echo $content; $content=str_replace('*dbname*',$CONFIG_DBNAME,$content); $content=str_replace('*dbprefix*',$CONFIG_DBTABLEPREFIX,$content); - echo $content; file_put_contents($file2,$content); $definition=@self::$schema->parseDatabaseDefinitionFile($file2); unlink($file2); -- 2.39.5