Changeset 7590

Show
Ignore:
Timestamp:
04/27/09 03:16:11 (4 years ago)
Author:
xrobau
Message:

Remove unneeded and broken stub in installer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/routepermissions/install.php

    r7585 r7590  
    7878}        
    7979 
    80 // 0.3.0 - Add 'Fail' global destination. Using magic exten number -1 
    81 $sql = "SELECT faildest FROM routepermissions where exten='-1'"; 
    82 $results = $db->getRow($sql); 
    83 if ($results[0] == "") {  
    84   echo "Addin 
    85 } else { 
    86   echo "It found $results[0]\n"; 
    87 } 
    88  
    8980?>