| | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Aleksander Machniak <alec@alec.pl> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: identities.inc 4410 2011-01-12 18:25:02Z thomasb $ |
| | | |
| | | */ |
| | | |
| | | |
| | |
| | | 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) |
| | |
| | | |
| | | for ($i=0; $i<$cnt; $i++) { |
| | | $dn = $deps->item($i)->nodeValue; |
| | | console($dn); |
| | | if (!array_key_exists($dn, $plugins)) { |
| | | rcube_plugin_data($dn, $plugins); |
| | | } |