Changeset 8652 for trunk/communicator.php
- Timestamp:
- 01/20/09 05:17:52 (3 years ago)
- File:
-
- 1 edited
-
trunk/communicator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/communicator.php
r8612 r8652 93 93 94 94 case 'delete_hotlisted' : 95 $oCommunicator -> execFunction( 'Delete FromHotList', $aRowsList );95 $oCommunicator -> execFunction( 'DeleteHotList', $aRowsList ); 96 96 break; 97 97 98 98 case 'add_hotlist' : 99 $oCommunicator -> execFunction( 'AddToHotList', $aRowsList ); 99 $oCommunicator -> execFunction( 'AddHotList', $aRowsList ); 100 break; 101 102 case 'delete_greetings' : 103 if ( $aCommunicatorSettings['person_switcher'] == 'from' ) 104 { 105 $oCommunicator -> execFunction( 'DeleteGreeting', $aRowsList, array(1) ); 106 } 107 else 108 { 109 $oCommunicator -> execFunction( 'DeleteGreeting', $aRowsList ); 110 } 100 111 break; 101 112 }
Note: See TracChangeset
for help on using the changeset viewer.