alecpl
2008-04-13 875a482d3c47218b8d191bb07fdb16373a80b1d4
program/include/rcube_template.php
@@ -467,7 +467,7 @@
        switch ($command) {
            // return a button
            case 'button':
                if ($attrib['command']) {
                if ($attrib['name'] || $attrib['command']) {
                    return $this->button($attrib);
                }
                break;