Changeset 547 for trunk

Show
Ignore:
Timestamp:
06/05/08 17:31:12 (6 months ago)
Author:
sidtheduck
Message:

+ fix to remove additional slash "/" in pagination control to work with the previous revision's use of a trailing slash for Cruft-Free URLs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-functions.php

    r546 r547  
    18451845                        if ($GLOBALS['plogger_level']) { 
    18461846                                $p_url = generate_url($GLOBALS['plogger_level'], $GLOBALS['plogger_id']); 
    1847                                 if ($config["use_mod_rewrite"]) { 
    1848                                         $p_url .= "/"; 
    1849                                 } 
    18501847                        } 
    18511848                        else {