Fixed extension module update and deletion.
[fa-stable.git] / sql / alter2.1.php
index 9d932c9fdb39a44ba0332746c17e3a2c22819995..fae78321cf033afef1f53f61c4ca41eac340fd47 100644 (file)
 ***********************************************************************/
 class fa2_1 {
        var $version = '2.1';   // version installed
-       var $description = _('Upgrade from version 2.0 to 2.1');
+       var $description;
        var $sql = 'alter2.1.sql';
+
+       function fa2_1() {
+               $this->description = _('Upgrade from version 2.0 to 2.1');
+       }
        //
        //      Install procedure. All additional changes 
        //      not included in sql file should go here.