Author: rhari
Date: Wed May  2 12:36:59 2007
New Revision: 399

URL: http://svn.gna.org/viewcvs/phplinker?rev=399&view=rev
Log:
#193
bug fix

Modified:
    trunk/www/admin/url_edit.php

Modified: trunk/www/admin/url_edit.php
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/www/admin/url_edit.php?rev=399&r1=398&r2=399&view=diff
==============================================================================
--- trunk/www/admin/url_edit.php (original)
+++ trunk/www/admin/url_edit.php Wed May  2 12:36:59 2007
@@ -64,7 +64,6 @@
 ?>
 <?
 $root=0;
-$bool=false;
 //      $root = 2521;
 //$root = 2207;
 $categ_ul_li = "";
@@ -96,9 +95,9 @@
              is_tag=\"false\"
              id_ad_tag=\"".$tree_categs[$i]['id_ad_tag']."\"
               is_new=\"false\"
-              noRename=\"".$bool."\"
-              noDrag=\"".$bool."\"
-              noDelete=\"".$bool."\"
+              noRename=\"true\"
+              noDrag=\"true\"
+              noDelete=\"true\"
           >
                  <a href=\"#\"
                    title=\"id : ".$tree_categs[$i]['id']."\"


_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits

Reply via email to