Changeset 5570
- Timestamp:
- 05/28/2007 05:12:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r5547 r5570 535 535 $password = $args[2]; 536 536 $category = $args[3]; 537 $max_results = $args[4];537 $max_results = (int) $args[4]; 538 538 539 539 if(!$this->login_pass_ok($username, $password)) {
Note: See TracChangeset
for help on using the changeset viewer.