Changeset 10025
- Timestamp:
- 11/28/08 12:41:24 (1 month ago)
- Files:
-
- trunk/jaws/html/gadgets/Blog/HTML.php (modified) (2 diffs)
- trunk/jaws/html/include/Jaws/Header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/gadgets/Blog/HTML.php
r10023 r10025 1361 1361 is_null($post['blog_name']) || is_null($post['excerpt'])) { 1362 1362 require_once JAWS_PATH . 'include/Jaws/Header.php'; 1363 Jaws_Header:: Referrer();1363 Jaws_Header::Location(''); 1364 1364 } 1365 1365 … … 1381 1381 if (trim($id) == '') { 1382 1382 require_once JAWS_PATH . 'include/Jaws/Header.php'; 1383 Jaws_Header:: Referrer();1383 Jaws_Header::Location(''); 1384 1384 } elseif (empty($title) && empty($url) && empty($blogname)) { 1385 1385 require_once JAWS_PATH . 'include/Jaws/Header.php'; trunk/jaws/html/include/Jaws/Header.php
r10019 r10025 18 18 * Edits the location of the browser, once its set it will exit 19 19 * 20 * @param string $url URL to move the location if empty redirect to refer page20 * @param string $url URL to move the location 21 21 * @access public 22 22 */
