Plugin Directory

Changeset 177115


Ignore:
Timestamp:
11/26/2009 02:09:35 AM (16 years ago)
Author:
tomheng
Message:
 
Location:
ecall/tags/0.0.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ecall/tags/0.0.2/ecall.php

    r176975 r177115  
    1010Description: This is a plugin which can make other sites invoke your site articles externally accordding your setting;
    1111Author: tomheng
    12 Version: 1.0.3
     12Version: 1.11.26
    1313Author URI: http://blog.webfuns.cn
    1414Created at:2009-11-22
  • ecall/tags/0.0.2/functions.php

    r176783 r177115  
    1616function array_value_exists($value,$array){
    1717    $result=false;
     18    $array=(array)$array;
    1819    foreach($array as $k => $v){
    1920         if($v==$value){
Note: See TracChangeset for help on using the changeset viewer.