Plugin Directory

Changeset 3211986


Ignore:
Timestamp:
12/23/2024 06:22:39 AM (15 months ago)
Author:
proprofs
Message:

plugin issues - fixed

Location:
proprofs-chat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • proprofs-chat/trunk/ajax_plugin_postchat.php

    r3210992 r3211986  
    156156   
    157157    $response = cUrlGetData($url,"","");
    158     print_r($response);
     158    if($action == "save_custom_fields"){
     159        echo json_encode('save_custom_fields');
     160    }else{
     161        print_r($response);
     162    }
     163    //print_r($response);
    159164?>
  • proprofs-chat/trunk/ajax_plugin_prechat.php

    r3210992 r3211986  
    197197   
    198198    $response = cUrlGetData($url,"","");
    199     print_r($response);
     199    if($action == "save_custom_fields"){
     200        echo json_encode('save_custom_fields');
     201    }else{
     202        print_r($response);
     203    }
    200204?>
Note: See TracChangeset for help on using the changeset viewer.