Changeset 1692

Show
Ignore:
Timestamp:
02/16/2008 12:22:28 AM (9 months ago)
Author:
robertb
Message:

Bugfix in Funktionsname

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/SemanticBBCode.jplug.php

    r1690 r1692  
    33 * @name:        SemanticBBCode <http://jeenaparadies.net/webdesign/jlog/> 
    44 * @author:      Robert Bienert <robertbienert@gmx.net> 
    5  * @version:     0.1 
    6  * @date:        2008-02-15 
     5 * @version:     0.2 
     6 * @date:        2008-02-16 
    77 * 
    88 * This library is free software; you can redistribute it and/or 
     
    107107        //-- 
    108108        // Funktionen fuer Kommentatoren: 
    109         function hook_bbccomments(& $bbc) { 
     109        function hook_bbcomments(& $bbc) { 
    110110                $this->_private_BBCode_($bbc); 
    111111