1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Remove debugging line

This commit is contained in:
CaMer0n
2009-09-17 13:52:33 +00:00
parent c2b229f666
commit 24da53a649

View File

@@ -9,8 +9,8 @@
* Installation file * Installation file
* *
* $Source: /cvs_backup/e107_0.8/install_.php,v $ * $Source: /cvs_backup/e107_0.8/install_.php,v $
* $Revision: 1.40 $ * $Revision: 1.41 $
* $Date: 2009-09-17 01:47:20 $ * $Date: 2009-09-17 13:52:33 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@@ -991,7 +991,6 @@ class e_install
{ {
foreach($themeInfo['plugins']['plugin'] as $k=>$plug) foreach($themeInfo['plugins']['plugin'] as $k=>$plug)
{ {
echo "<br />Name: ".$plug['@attributes']['name'];
$this->install_plugin($plug['@attributes']['name']); $this->install_plugin($plug['@attributes']['name']);
} }
} }