Changeset 8777

Show
Ignore:
Timestamp:
02/05/10 01:05:57 (7 months ago)
Author:
mbrevda
Message:

re 386; uncomment migration script! Version bump

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/backup/install.php

    r8773 r8777  
    168168        } 
    169169        $sql='DROP TABLE Backup'; 
    170 /*    $check = $db->query($sql); 
     170      $check = $db->query($sql); 
    171171        if(DB::IsError($check)) { 
    172172                die_freepbx('Old Backup table not removed. Migration script will run again on next install.'); 
    173         }*/ 
     173        }else{ 
     174                out(_('Old Backup table removed!')); 
     175        } 
    174176} 
    175177 
  • modules/branches/2.7/backup/module.xml

    r8774 r8777  
    22        <rawname>backup</rawname> 
    33        <name>Backup &amp; Restore</name> 
    4         <version>2.7.0.1beta1.1</version> 
     4        <version>2.7.0.1beta1.2</version> 
    55        <publisher>FreePBX</publisher> 
    66        <license>GPLv2+</license> 
     
    1515        </depends> 
    1616        <changelog> 
    17                 *2.7.0.1beta1.1* #1386 
     17                *2.7.0.1beta1.2* #1386 
    1818                *2.7.0.1beta1.0* #1386 
    1919                *2.7.0beta1.0* #3982, #3996, #3999