Changeset 4863
- Timestamp:
- 12/30/09 14:40:32 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
ckeditor_php4.php (modified) (2 diffs)
-
ckeditor_php5.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/ckeditor_php4.php
r4858 r4863 457 457 $ckeditorPath = $this->ckeditorPath(); 458 458 459 if (!empty($this->timestamp) && $this->timestamp != "% TIMESTAMP%") {459 if (!empty($this->timestamp) && $this->timestamp != "%"."TIMESTAMP%") { 460 460 $args = '?t=' . $this->timestamp; 461 461 } … … 474 474 } 475 475 // %REMOVE_END% 476 if ( !empty($this->timestamp) &&$this->timestamp != $this->_timestamp) {476 if ($this->timestamp != $this->_timestamp) { 477 477 $extraCode .= ($extraCode ? "\n" : "") . "CKEDITOR.timestamp = '". $this->timestamp ."';"; 478 478 } -
CKEditor/trunk/ckeditor_php5.php
r4858 r4863 449 449 $ckeditorPath = $this->ckeditorPath(); 450 450 451 if (!empty($this->timestamp) && $this->timestamp != "% TIMESTAMP%") {451 if (!empty($this->timestamp) && $this->timestamp != "%"."TIMESTAMP%") { 452 452 $args = '?t=' . $this->timestamp; 453 453 } … … 466 466 } 467 467 // %REMOVE_END% 468 if ( !empty($this->timestamp) &&$this->timestamp != self::timestamp) {468 if ($this->timestamp != self::timestamp) { 469 469 $extraCode .= ($extraCode ? "\n" : "") . "CKEDITOR.timestamp = '". $this->timestamp ."';"; 470 470 }
Note: See TracChangeset
for help on using the changeset viewer.
