Changeset 10025

Show
Ignore:
Timestamp:
11/28/08 12:41:24 (1 month ago)
Author:
afz
Message:

cosmetics for last commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/gadgets/Blog/HTML.php

    r10023 r10025  
    13611361            is_null($post['blog_name']) || is_null($post['excerpt'])) { 
    13621362            require_once JAWS_PATH . 'include/Jaws/Header.php'; 
    1363             Jaws_Header::Referrer(); 
     1363            Jaws_Header::Location(''); 
    13641364        } 
    13651365 
     
    13811381        if (trim($id) == '') { 
    13821382            require_once JAWS_PATH . 'include/Jaws/Header.php'; 
    1383             Jaws_Header::Referrer(); 
     1383            Jaws_Header::Location(''); 
    13841384        } elseif (empty($title) && empty($url) && empty($blogname)) { 
    13851385            require_once JAWS_PATH . 'include/Jaws/Header.php'; 
  • trunk/jaws/html/include/Jaws/Header.php

    r10019 r10025  
    1818     * Edits the location of the browser, once its set it will exit 
    1919     * 
    20      * @param   string  $url URL to move the location if empty redirect to refer page 
     20     * @param   string  $url URL to move the location 
    2121     * @access  public 
    2222     */