Changeset 805396
- Timestamp:
- 11/16/2013 03:36:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
push-notifications-ios/trunk/push_notifications.php
r805386 r805396 6 6 /* 7 7 Plugin Name: Push Notifications iOS 8 Description: Плагин для отправки уведомлений на iOS приложение на базе.8 Description: This plugin allows you to send Push Notifications directly from your WordPress site to your iOS app. 9 9 Author: Amin Benarieb 10 10 Version: 0.2 … … 143 143 144 144 $table_settings = $wpdb->prefix.'pn_setting'; 145 $apns_devices = $wpdb->prefix.'pn_apns_devices';146 147 $sql = "DROP TABLE `".$ apns_devices."`, `".$table_settings."`;";145 //$apns_devices = $wpdb->prefix.'pn_apns_devices'; 146 147 $sql = "DROP TABLE `".$table_settings."`;"; 148 148 $wpdb->query($sql); 149 149
Note: See TracChangeset
for help on using the changeset viewer.