Changeset 10024
- Timestamp:
- 11/28/08 12:41:07 (1 month ago)
- Files:
-
- branches/0.8/jaws/html/gadgets/Blog/HTML.php (modified) (2 diffs)
- branches/0.8/jaws/html/include/Jaws/Header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/gadgets/Blog/HTML.php
r10022 r10024 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'; branches/0.8/jaws/html/include/Jaws/Header.php
r10018 r10024 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 */
