Added: trunk/programs/ide/lib/ide_editor.class.php (104 => 105)
--- trunk/programs/ide/lib/ide_editor.class.php 2007-01-08 13:50:12 UTC (rev 104)
+++ trunk/programs/ide/lib/ide_editor.class.php 2007-01-08 13:54:29 UTC (rev 105)
@@ -0,0 +1,7 @@
+<?php
+
+class CC_Ide_editor extends CC_Ide_notebook {
+
+}
+
+?>
\ No newline at end of file
Deleted: trunk/programs/ide/lib/ide_editor.php (104 => 105)
--- trunk/programs/ide/lib/ide_editor.php 2007-01-08 13:50:12 UTC (rev 104)
+++ trunk/programs/ide/lib/ide_editor.php 2007-01-08 13:54:29 UTC (rev 105)
@@ -1,7 +0,0 @@
-<?php
-
-class CC_Ide_editor extends CC_Ide_notebook {
-
-}
-
-?>
\ No newline at end of file