Plugin Directory

Changeset 1969658


Ignore:
Timestamp:
11/06/2018 09:23:49 AM (7 years ago)
Author:
christophesecher
Message:

test repair code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • traveladsnetwork-com/trunk/travelads_plugin.php

    r1969641 r1969658  
    7676//
    7777add_action('admin_print_scripts', function() {
     78    global $wpdb;
     79
    7880    tan_test_log();
    7981
     
    8183    // load the keyWords ASAP
    8284    //
     85   
     86    $res = $wpdb->get_results('SELECT * FROM wp_tan_pages_config
     87                WHERE `page_id` = "'.$ID.'"');
     88
     89    $pageConfig = $res[0];
    8390   
    8491    switch(preg_replace('/\?.*$/', '', $_SERVER['REQUEST_URI']))
Note: See TracChangeset for help on using the changeset viewer.