Patch against current trunk.
Index: cimg.inc.php
================================================== =================
--- cimg.inc.php (revision 5840)
+++ cimg.inc.php (working copy)
@@ -62,7 +62,7 @@
function SetMap($value=NULL)
{
if(is_null($value))
- $this->DeleteOption("usemup");
+ $this->DeleteOption("usemap");
if(!is_string($value))
{
Index: cimg.inc.php
================================================== =================
--- cimg.inc.php (revision 5840)
+++ cimg.inc.php (working copy)
@@ -62,7 +62,7 @@
function SetMap($value=NULL)
{
if(is_null($value))
- $this->DeleteOption("usemup");
+ $this->DeleteOption("usemap");
if(!is_string($value))
{
Comment