Aleksander Machniak
2012-05-08 5251421cc45a39ae42dbd979bac9a3f194dc8533
Removed debug code
1 files modified
3 ■■■■ changed files
program/steps/settings/about.inc 3 ●●●● patch | view | raw | blame | history
program/steps/settings/about.inc
@@ -104,7 +104,7 @@
    foreach ($metadata as $key => $path) {
      $data[$key] = $xpath->evaluate($path);
    }
console($name);
    $plugins[$name] = $data;
    // dependent required plugins (can be used, but not included in config)
@@ -113,7 +113,6 @@
    for ($i=0; $i<$cnt; $i++) {
      $dn = $deps->item($i)->nodeValue;
console($dn);
      if (!array_key_exists($dn, $plugins)) {
        rcube_plugin_data($dn, $plugins);
      }