Plugin Directory

Changeset 805396


Ignore:
Timestamp:
11/16/2013 03:36:19 PM (12 years ago)
Author:
zedamin
Message:

Improved main file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • push-notifications-ios/trunk/push_notifications.php

    r805386 r805396  
    66/*
    77Plugin Name: Push Notifications iOS
    8 Description: Плагин для отправки уведомлений на iOS приложение на базе.
     8Description: This plugin allows you to send Push Notifications directly from your WordPress site to your iOS app.
    99Author:  Amin Benarieb
    1010Version: 0.2
     
    143143   
    144144    $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."`;";
    148148    $wpdb->query($sql);
    149149
Note: See TracChangeset for help on using the changeset viewer.