Changeset 3074:594a1d72c352 for inc/core/class.dc.error.php
- Timestamp:
- 08/15/15 11:44:58 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.error.php
r2566 r3074 30 30 /** @var string HTML error item pattern */ 31 31 protected $html_item = "<li>%s</li>\n"; 32 33 /**34 * Object constructor.35 */36 public function __construct()37 {38 $this->code = 0;39 $this->msg = '';40 }41 32 42 33 /**
Note: See TracChangeset
for help on using the changeset viewer.