Changeset 1668 in ExiteCMS for branches/PLi-Fusion/includes/ajax.response.php
- Timestamp:
- 08/21/08 22:24:35 (4 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/includes/ajax.response.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/ajax.response.php
r1666 r1668 53 53 // process the request 54 54 switch ($request) { 55 // return the HTML needed for the smiley's block56 55 case "pm": 57 56 // get the number of unread PM messages for this user … … 120 119 break; 121 120 case "smileys": 121 // return the HTML needed for the smiley's block 122 122 if (empty($parms[0])) { 123 123 echo "ERROR: Missing parameter on '$request' ajax call!";
Note: See TracChangeset
for help on using the changeset viewer.
