Changeset 3146

Show
Ignore:
Timestamp:
11/21/06 00:28:59 (6 years ago)
Author:
p_lindheimer
Message:

change upgrade of TRUNK_OPTIONS to remove the r

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/upgrades/2.1beta1/tables.php

    r2079 r3146  
    8181if (!is_array($asa)) { // does not exist already 
    8282  // Default to 'r' 
    83   $sql = "INSERT INTO globals (variable, value) VALUES ('TRUNK_OPTIONS', 'r') "; 
     83  $sql = "INSERT INTO globals (variable, value) VALUES ('TRUNK_OPTIONS', '') "; 
    8484  $result = $db->query($sql); 
    8585  if(DB::IsError($result))