Changeset 782134
- Timestamp:
- 10/03/2013 08:46:55 PM (12 years ago)
- File:
-
- 1 edited
-
vcos/trunk/vcos.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcos/trunk/vcos.php
r782005 r782134 4 4 Plugin URI: http://vcos.info 5 5 Description: Villa Charcas Online School was developed to establish an online teaching method for Bible teachers who wish to share their teaching online. It can be adapted however to any form of online teaching in a lesson by lesson form. 6 Version:1. 06 Version:1.1 7 7 Author: John Wry 8 8 License: GPL2 … … 19 19 global $wpdb; 20 20 $your_db_name = DB_NAME; 21 21 22 22 // create the ECPT metabox database table 23 23 if($wpdb->get_var("show tables like '$your_db_name'") != $your_db_name)
Note: See TracChangeset
for help on using the changeset viewer.