Ignore:
Timestamp:
08/21/08 22:24:35 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1666:1667 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/ajax.response.php

    r1666 r1668  
    5353// process the request 
    5454switch ($request) { 
    55     // return the HTML needed for the smiley's block 
    5655    case "pm": 
    5756        // get the number of unread PM messages for this user 
     
    120119        break; 
    121120    case "smileys": 
     121        // return the HTML needed for the smiley's block 
    122122        if (empty($parms[0])) { 
    123123            echo "ERROR: Missing parameter on '$request' ajax call!"; 
Note: See TracChangeset for help on using the changeset viewer.