CVS update: /cowiki/includes/cowiki/

[email protected] 3 Aug 2005 00:03:08 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/08/02 17:03:08

Modified:
   cowiki/includes/cowiki/core.base.php

Log:
 Renamed CMD_MOVEDOC -> CMD_MOVENODE

File Changes:

Directory: /cowiki/includes/cowiki/
===================================

File [changed]: core.base.php
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/core.base.php?r1=1.63&r2=1.64
Delta lines:  +3 -3
-------------------
--- core.base.php	21 Apr 2005 00:08:01 -0000	1.63
+++ core.base.php	3 Aug 2005 00:03:06 -0000	1.64
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: core.base.php,v 1.63 2005/04/21 00:08:01 dgorski Exp $
+ * $Id: core.base.php,v 1.64 2005/08/03 00:03:06 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -16,7 +16,7 @@
  * @author     Daniel T. Gorski, <[email protected]>
  * @copyright  (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license    http://www.gnu.org/licenses/gpl.html
- * @version    $Revision: 1.63 $
+ * @version    $Revision: 1.64 $
  *
  */
 
@@ -75,7 +75,7 @@
     define('CMD_EDITDOC',    'editdoc');
     define('CMD_SIMDOC',     'simdoc');
     define('CMD_AMBIDOC',    'ambidoc');
-    define('CMD_MOVEDOC',    'movedoc');
+    define('CMD_MOVENODE',   'movenode');
     define('CMD_PRNTDOC',    'prntdoc');
     define('CMD_XMLDOC',     'xmldoc');
     define('CMD_SRCHDOC',    'srchdoc');