You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adm_program/system/classes/tablemessage.php
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -92,11 +92,15 @@ public function getConversationPartner($usr_id)
92
92
93
93
/** Deletes the selected message with all associated fields.
94
94
* After that the class will be initialize.
95
-
* @return @b 'done' if message is deleted or message with additional information if it is marked for other user to delete. On error it is "delete not OK"
95
+
* @return @b 'done' if message is deleted or message with additional information if it is marked
96
+
for other user to delete. On error it is "delete not OK"
0 commit comments