Changeset 5584
- Timestamp:
- 05/29/07 02:50:37 (1 year ago)
- Files:
-
- branches/2.2/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/xmlrpc.php
r5538 r5584 539 539 $password = $args[2]; 540 540 $category = $args[3]; 541 $max_results = $args[4];541 $max_results = (int) $args[4]; 542 542 543 543 if(!$this->login_pass_ok($username, $password)) {
