Skip to content

Commit

Permalink
Renamed cut.gif to Cut.gif (case causing problems in case-sensitive O…
Browse files Browse the repository at this point in the history
…S's)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@238 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 18, 2003
1 parent 1e7079f commit cec3f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/dataentry.php
Expand Up @@ -507,7 +507,7 @@
$chosen[]=array($thiscode, $thistext);
}
$ranklist .= "'>\n";
$ranklist .= "\t\t\t\t\t\t<img src='cut.gif' title='Remove this item' ";
$ranklist .= "\t\t\t\t\t\t<img src='Cut.gif' title='Remove this item' ";
if ($j != $existing)
{
$ranklist .= "style='display:none'";
Expand Down Expand Up @@ -1091,7 +1091,7 @@
$chosen[]=array($thiscode, $thistext);
}
$ranklist .= "'>\n";
$ranklist .= "\t\t\t\t\t\t<img src='cut.gif' title='Remove this item' ";
$ranklist .= "\t\t\t\t\t\t<img src='Cut.gif' title='Remove this item' ";
if ($i != $existing)
{
$ranklist .= "style='display:none'";
Expand Down

0 comments on commit cec3f94

Please sign in to comment.