Changeset 15393 for trunk/xmlrpc/BxDolXMLRPCProfileView.php
- Timestamp:
- 07/27/11 23:09:41 (10 months ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCProfileView.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCProfileView.php
r15338 r15393 56 56 { 57 57 $sValue2 = $this->oPF->getViewableValue($aItem, $this->_aCouple[$aItem['Name']]); 58 $aStruct['Value 1'] = new xmlrpcval (strip_tags($sValue1));58 $aStruct['Value2'] = new xmlrpcval (strip_tags($sValue2)); 59 59 } 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.