Changeset 543089
- Timestamp:
- 05/11/2012 08:19:48 PM (14 years ago)
- File:
-
- 1 edited
-
dell-cloud-connect/trunk/edu-connect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dell-cloud-connect/trunk/edu-connect.php
r543088 r543089 88 88 function edu_connect_uninstall() { 89 89 $clientId = get_option('edu_connect_clientid', null); 90 $settings = file_get_contents(EDU_CONNECT_SERVICE_URL . '/client/deactivate?clientid=' . $clientId ;90 $settings = file_get_contents(EDU_CONNECT_SERVICE_URL . '/client/deactivate?clientid=' . $clientId); 91 91 $settings = json_decode($settings); 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.