Plugin Directory

Changeset 782134


Ignore:
Timestamp:
10/03/2013 08:46:55 PM (12 years ago)
Author:
jnwry
Message:

version 1.1 first upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcos/trunk/vcos.php

    r782005 r782134  
    44Plugin URI: http://vcos.info
    55Description: 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.0
     6Version:1.1
    77Author: John Wry
    88License: GPL2
     
    1919    global $wpdb;
    2020    $your_db_name = DB_NAME;
    21  
     21  
    2222    // create the ECPT metabox database table
    2323    if($wpdb->get_var("show tables like '$your_db_name'") != $your_db_name)
Note: See TracChangeset for help on using the changeset viewer.