HomeHelpTrac

Ignore:
Timestamp:
06/11/09 23:26:16 (3 years ago)
Author:
Leonid Sokushev
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCMedia.php

    r9985 r10863  
    4343        switch ($sType) { 
    4444            case 'photo': 
    45                 $sTable = 'bx_shared_photo_files'; 
    46                 $sFieldId = 'medID'; 
    47                 $sFieldOwner = 'medProfId'; 
    48                 $sType = 'shared_photo'; 
     45                $sTable = 'bx_photos_files'; 
     46                $sFieldId = 'ID'; 
     47                $sFieldOwner = 'Owner'; 
     48                $sType = 'bx_photos'; 
    4949                break; 
    5050            case 'video': 
Note: See TracChangeset for help on using the changeset viewer.