CVS update: /cowiki/htdocs/

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

Modified:
   cowiki/htdocs/index.proxy.php

Log:
 Renamed CMD_MOVEDOC -> CMD_MOVENODE

File Changes:

Directory: /cowiki/htdocs/
==========================

File [changed]: index.proxy.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/index.proxy.php?r1=1.1&r2=1.2
Delta lines:  +3 -3
-------------------
--- index.proxy.php	2 Aug 2005 22:11:16 -0000	1.1
+++ index.proxy.php	3 Aug 2005 00:11:11 -0000	1.2
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: index.proxy.php,v 1.1 2005/08/02 22:11:16 dgorski Exp $
+ * $Id: index.proxy.php,v 1.2 2005/08/03 00:11:11 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.1 $
+ * @version    $Revision: 1.2 $
  *
  */
 
@@ -278,7 +278,7 @@
             // a possible "index"-document if the node is a container.
             $aNoIndexFor = array(
                 CMD_NEWDIR, CMD_EDITDIR, CMD_SHOWDIR, CMD_NEWDOC,
-                CMD_EDITDOC, CMD_MOVEDOC, CMD_XMLDOC, CMD_AMBIDOC,
+                CMD_EDITDOC, CMD_MOVENODE, CMD_XMLDOC, CMD_AMBIDOC,
                 CMD_SIMDOC, CMD_SHOWHIST, CMD_COMPHIST, CMD_DIFFHIST,
                 CMD_RECOVHIST, CMD_SRCHDOC
             );