Plugin Directory

Changeset 2056058


Ignore:
Timestamp:
03/23/2019 09:22:03 PM (7 years ago)
Author:
magent
Message:

Added format output to remove slashes for names in To/From columns in caused by quotes in PM admin page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vampire-character/trunk/inc/pm.php

    r1711449 r2056058  
    133133            break;
    134134        case "vtmfrom":
    135             echo $info['FromFull'];
     135            echo vtm_formatOutput($info['FromFull']);
    136136            break;
    137137        case "vtmto":
    138             echo $info['ToFull'];
     138            echo vtm_formatOutput($info['ToFull']);
    139139            break;
    140140        }
Note: See TracChangeset for help on using the changeset viewer.