- Timestamp:
- 12/09/07 19:00:11 (13 months ago)
- Location:
- team/michiel/input_formats
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
common/mvblog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
team/michiel/input_formats
- Property svnmerge-integrated changed from /trunk:1-725 to /trunk:1-727
-
team/michiel/input_formats/common/mvblog.php
r682 r728 764 764 <?php 765 765 } else { 766 if ( $_SESSION["author_name"]) {766 if (array_key_exists("author_name", $_SESSION) && $_SESSION["author_name"]) { 767 767 $realname = htmlspecialchars(stripslashes($_SESSION["author_fullname"])); 768 768 } else { … … 1236 1236 ); 1237 1237 $this->db->exec($sql); 1238 if ( $_SERVER["HTTPS"] == "on")1238 if (array_key_exists("HTTPS", $_SERVER) && $_SERVER["HTTPS"] == "on") 1239 1239 $proto = "https"; 1240 1240 else
