Changeset 10805

Show
Ignore:
Timestamp:
01/06/11 16:00:51 (2 years ago)
Author:
tm1000
Message:

Mixed Minor Upgrade Issues

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/endpointman/includes/functions.inc

    r10797 r10805  
    13981398            $this->update_brand($temp); 
    13991399        } else { 
    1400             echo "<br/>Error Connecting to the Package Repository. Module not installed. Please Try again later.<br/>You Can Also Manually Update The Repository By Downloading Files here: <a href='http://www.provisioner.net/release.html' target='_blank'>Release Repo</a><br />Then Use Manual Upload in Advanced Settings"; 
     1400            echo "<br/>Error Connecting to the Package Repository. Module not installed. Please Try again later.<br/>You Can Also Manually Update The Repository By Downloading Files here: <a href='http://www.provisioner.net/releases3' target='_blank'>Release Repo</a><br />Then Use Manual Upload in Advanced Settings"; 
    14011401        } 
    14021402    } 
     
    15771577                } 
    15781578                $this->db->query($sql); 
     1579 
     1580                $this->sync_model($brand_id.$family_line_xml['data']['id'].$model_list['id']); 
    15791581            } 
    15801582        } 
  • modules/branches/2.9/endpointman/install.php

    r10797 r10805  
    869869        $sql = "UPDATE endpointman_global_vars SET value = 'http://www.provisioner.net/release3/' WHERE var_name ='update_server'"; 
    870870        $db->query($sql); 
    871         $sql = "UPDATE  endpointman_model_list SET  enabled =  '0'"; 
     871        $sql = "UPDATE  endpointman_model_list SET  enabled =  '0', template_data = '".serialize(array())."'"; 
    872872        $db->query($sql); 
    873873 
  • modules/branches/2.9/endpointman/module.xml

    r10801 r10805  
    22  <rawname>endpointman</rawname> 
    33  <name>PBX End Point Manager</name> 
    4   <version>2.9.0.3RC1</version> 
     4  <version>2.9.0.3RC2</version> 
    55  <type>tool</type> 
    66  <category>End Point Manager</category> 
     
    1515   <description>PBX End Point Manager supports automated deployment of multiple manufacturers IP telephones.</description> 
    1616   <changelog> 
    17        *2.9.0.0* bumped for 2.9, removed errors in module.xml causing erors for online xml parsing 
     17    *2.9.0.0* bumped for 2.9, removed errors in module.xml causing erors for online xml parsing 
    1818                *2.3.2* Various Bug Fixes 
    1919                *2.3.1* Install directory case corrections 
     
    2121        </changelog> 
    2222  <info>http://projects.colsolgrp.net/projects/show/endpointman</info> 
    23   <location>release/2.9/endpointman-2.9.0.3RC1.tgz</location> 
     23  <location>contributed_modules/release/endpointman-2.3.2.tgz</location> 
    2424 
    25 <md5sum>67136769635526a914e5114ad007a53d</md5sum> 
     25<md5sum>b0e3a14a20449b0441d1a9f432f19559</md5sum> 
    2626</module>