about summary refs log tree commit diff stats
path: root/central/trunk
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-01 17:34:32 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-01 17:34:32 +0000
commitdfa87010beb0f598f45234e55185afc924cd4b12 (patch)
tree8e7ade114b7915919c2c2044314b5fd413fee6d3 /central/trunk
parentff10ea272a1b63d6c5a5ce496911cc0e8e7e8b9d (diff)
downloadinstadisc-dfa87010beb0f598f45234e55185afc924cd4b12.tar.gz
instadisc-dfa87010beb0f598f45234e55185afc924cd4b12.tar.bz2
instadisc-dfa87010beb0f598f45234e55185afc924cd4b12.zip
Central: Added positive return to InstaDisc.askForDatabase
Forgot to do this in the previous commit. This is [15] all over again.
Diffstat (limited to 'central/trunk')
-rw-r--r--central/trunk/xmlrpc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/central/trunk/xmlrpc.php b/central/trunk/xmlrpc.php index 9e5971a..ecd0bfc 100644 --- a/central/trunk/xmlrpc.php +++ b/central/trunk/xmlrpc.php
@@ -178,6 +178,8 @@ function askForDatabase($cserver, $verification, $verificationID, $databaseVersi
178 if ($databaseVersion < getConfig('databaseVersion')) 178 if ($databaseVersion < getConfig('databaseVersion'))
179 { 179 {
180 instaDisc_sendDatabase($cserver); 180 instaDisc_sendDatabase($cserver);
181
182 return new xmlrpcresp(new xmlrpcval(0, "int"));
181 } 183 }
182 } 184 }
183 185