includes/wikiengine/Render/Plain/Include.php
author Dan
Thu, 16 Apr 2009 12:20:48 -0400
changeset 929 2e981507dfae
parent 1 fe660c52c48f
permissions -rw-r--r--
QA: Schema: fixed urlname in pages was wrong size (both MySQL and PgSQL)

<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>