Changeset 6459
- Timestamp:
- 12/11/07 16:46:19 (2 years ago)
- Files:
-
- trunk/lib/util/sfBrowser.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/util/sfBrowser.class.php
r6130 r6459 32 32 $currentException = null; 33 33 34 public function __construct($hostname = null, $remote = null, $options = array()) 35 { 36 $this->initialize($hostname, $remote, $options); 37 } 38 34 39 public function initialize($hostname = null, $remote = null, $options = array()) 35 40 {

