includes/wikiengine/Render/Plain.php
author Dan
Thu, 16 Apr 2009 12:19:07 -0400
changeset 928 e2971f4a3123
parent 1 fe660c52c48f
permissions -rw-r--r--
QA: Fixed bad update of user info when user_rank is NULL in Admin:UserManager

<?php

class Text_Wiki_Render_Plain extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>