Browse Source

Warning removal.

Tyler Akins 23 years ago
parent
commit
778a12a621
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/folders.php

+ 1 - 1
src/folders.php

@@ -108,7 +108,7 @@ echo "<TR><TD BGCOLOR=\"$color[9]\" ALIGN=CENTER><B>".
      _("Rename a Folder").
      _("Rename a Folder").
      "</B></TD></TR>".
      "</B></TD></TR>".
      "<TR><TD BGCOLOR=\"$color[0]\" ALIGN=CENTER>";
      "<TR><TD BGCOLOR=\"$color[0]\" ALIGN=CENTER>";
-if ($count_special_folders < count($boxes)) {
+if (count($boxes)) {
     echo "<FORM ACTION=\"folders_rename_getname.php\" METHOD=\"POST\">\n".
     echo "<FORM ACTION=\"folders_rename_getname.php\" METHOD=\"POST\">\n".
          "<TT><SELECT NAME=old>\n";
          "<TT><SELECT NAME=old>\n";
     for ($i = 0; $i < count($boxes); $i++) {
     for ($i = 0; $i < count($boxes); $i++) {