Changeset 1427443
- Timestamp:
- 05/31/2016 10:30:30 AM (10 years ago)
- Location:
- webapp-builder/trunk
- Files:
-
- 1 added
- 1 edited
-
uninstall.php (added)
-
webapp2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webapp-builder/trunk/webapp2.php
r1427367 r1427443 89 89 } 90 90 91 // function to drop extra table when deactive plugin92 function myxnamewp2_deactivation(){93 global $wpdb;94 $table = ['nta_admin','nta_article','nta_grid','nta_grid_photo','nta_message'];95 foreach ($table as $t) {96 $wpdb->query("DROP TABLE IF EXISTS $t");97 }98 }99 91 100 92 function Zip($source, $destination){
Note: See TracChangeset
for help on using the changeset viewer.