about summary refs log tree commit diff stats
path: root/update/plugin/wordpress/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/wordpress/trunk')
-rw-r--r--update/plugin/wordpress/trunk/instadisc/instadisc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index b8ed9d1..c1d82ad 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php
@@ -146,7 +146,7 @@ function sendPost($id)
146 $authorName = $author->display_name; 146 $authorName = $author->display_name;
147 $url = get_permalink($id); 147 $url = get_permalink($id);
148 148
149 $verID = rand(1,65536); 149 $verID = rand(1,2147483647);
150 150
151 $client = new xmlrpc_client(get_option('instaDisc_blogPost_centralServer')); 151 $client = new xmlrpc_client(get_option('instaDisc_blogPost_centralServer'));
152 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval(get_option('instaDisc_blogPost_centralServer_username'), 'string'), 152 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval(get_option('instaDisc_blogPost_centralServer_username'), 'string'),
@@ -170,7 +170,7 @@ function sendComment($id)
170 $author = $comment->comment_author; 170 $author = $comment->comment_author;
171 $url = get_permalink($comment->comment_post_ID) . "#comments"; 171 $url = get_permalink($comment->comment_post_ID) . "#comments";
172 172
173 $verID = rand(1,65536); 173 $verID = rand(1,2147483647);
174 174
175 $client = new xmlrpc_client(get_option('instaDisc_comment_centralServer')); 175 $client = new xmlrpc_client(get_option('instaDisc_comment_centralServer'));
176 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval(get_option('instaDisc_comment_centralServer_username'), 'string'), 176 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval(get_option('instaDisc_comment_centralServer_username'), 'string'),