Changeset 1726 for branches/release-33/php/mt.php.pre
- Timestamp:
- 04/02/08 20:01:35 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/php/mt.php.pre (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/php/mt.php.pre
r1717 r1726 704 704 $ctx->stash('PublishCharset', $this->config('PublishCharset')); 705 705 $charset = $this->config('PublishCharset'); 706 $out = $ctx->tag('Include', array('type' => 'dynamic_error' ));706 $out = $ctx->tag('Include', array('type' => 'dynamic_error', 'dynamic_error' => 1, 'system_template' => 1)); 707 707 if (isset($out)) { 708 708 header("Content-type: text/html; charset=".$charset); … … 718 718 719 719 /*** 720 * Retr eives a context and rendering object.720 * Retrieves a context and rendering object. 721 721 */ 722 722 function &context() {
