Index: /CKEditor/trunk/ckeditor_php4.php
===================================================================
--- /CKEditor/trunk/ckeditor_php4.php	(revision 4862)
+++ /CKEditor/trunk/ckeditor_php4.php	(revision 4863)
@@ -457,5 +457,5 @@
 		$ckeditorPath = $this->ckeditorPath();
 
-		if (!empty($this->timestamp) && $this->timestamp != "%TIMESTAMP%") {
+		if (!empty($this->timestamp) && $this->timestamp != "%"."TIMESTAMP%") {
 			$args = '?t=' . $this->timestamp;
 		}
@@ -474,5 +474,5 @@
 		}
 		// %REMOVE_END%
-		if (!empty($this->timestamp) && $this->timestamp != $this->_timestamp) {
+		if ($this->timestamp != $this->_timestamp) {
 			$extraCode .= ($extraCode ? "\n" : "") . "CKEDITOR.timestamp = '". $this->timestamp ."';";
 		}
Index: /CKEditor/trunk/ckeditor_php5.php
===================================================================
--- /CKEditor/trunk/ckeditor_php5.php	(revision 4862)
+++ /CKEditor/trunk/ckeditor_php5.php	(revision 4863)
@@ -449,5 +449,5 @@
 		$ckeditorPath = $this->ckeditorPath();
 
-		if (!empty($this->timestamp) && $this->timestamp != "%TIMESTAMP%") {
+		if (!empty($this->timestamp) && $this->timestamp != "%"."TIMESTAMP%") {
 			$args = '?t=' . $this->timestamp;
 		}
@@ -466,5 +466,5 @@
 		}
 		// %REMOVE_END%
-		if (!empty($this->timestamp) && $this->timestamp != self::timestamp) {
+		if ($this->timestamp != self::timestamp) {
 			$extraCode .= ($extraCode ? "\n" : "") . "CKEDITOR.timestamp = '". $this->timestamp ."';";
 		}
