Changeset 177115
- Timestamp:
- 11/26/2009 02:09:35 AM (16 years ago)
- Location:
- ecall/tags/0.0.2
- Files:
-
- 2 edited
-
ecall.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecall/tags/0.0.2/ecall.php
r176975 r177115 10 10 Description: This is a plugin which can make other sites invoke your site articles externally accordding your setting; 11 11 Author: tomheng 12 Version: 1. 0.312 Version: 1.11.26 13 13 Author URI: http://blog.webfuns.cn 14 14 Created at:2009-11-22 -
ecall/tags/0.0.2/functions.php
r176783 r177115 16 16 function array_value_exists($value,$array){ 17 17 $result=false; 18 $array=(array)$array; 18 19 foreach($array as $k => $v){ 19 20 if($v==$value){
Note: See TracChangeset
for help on using the changeset viewer.