Changeset 10805
- Timestamp:
- 01/06/11 16:00:51 (2 years ago)
- Files:
-
- modules/branches/2.9/endpointman/includes/functions.inc (modified) (2 diffs)
- modules/branches/2.9/endpointman/install.php (modified) (1 diff)
- modules/branches/2.9/endpointman/module.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/endpointman/includes/functions.inc
r10797 r10805 1398 1398 $this->update_brand($temp); 1399 1399 } 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"; 1401 1401 } 1402 1402 } … … 1577 1577 } 1578 1578 $this->db->query($sql); 1579 1580 $this->sync_model($brand_id.$family_line_xml['data']['id'].$model_list['id']); 1579 1581 } 1580 1582 } modules/branches/2.9/endpointman/install.php
r10797 r10805 869 869 $sql = "UPDATE endpointman_global_vars SET value = 'http://www.provisioner.net/release3/' WHERE var_name ='update_server'"; 870 870 $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())."'"; 872 872 $db->query($sql); 873 873 modules/branches/2.9/endpointman/module.xml
r10801 r10805 2 2 <rawname>endpointman</rawname> 3 3 <name>PBX End Point Manager</name> 4 <version>2.9.0.3RC 1</version>4 <version>2.9.0.3RC2</version> 5 5 <type>tool</type> 6 6 <category>End Point Manager</category> … … 15 15 <description>PBX End Point Manager supports automated deployment of multiple manufacturers IP telephones.</description> 16 16 <changelog> 17 *2.9.0.0* bumped for 2.9, removed errors in module.xml causing erors for online xml parsing17 *2.9.0.0* bumped for 2.9, removed errors in module.xml causing erors for online xml parsing 18 18 *2.3.2* Various Bug Fixes 19 19 *2.3.1* Install directory case corrections … … 21 21 </changelog> 22 22 <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> 24 24 25 <md5sum> 67136769635526a914e5114ad007a53d</md5sum>25 <md5sum>b0e3a14a20449b0441d1a9f432f19559</md5sum> 26 26 </module>
