Index: trunk/kernel/include/image.php =================================================================== diff -u -r1098 -r3330 --- trunk/kernel/include/image.php (.../image.php) (revision 1098) +++ trunk/kernel/include/image.php (.../image.php) (revision 3330) @@ -24,7 +24,8 @@ { global $objSession; //print_pre($_POST); - + if (!isset($this->Data[$name]) ) return false; + if ($this->Data[$name] != $value) { //echo "$name Modified tt ".$this->Data[$name]." tt $value
"; if (!stristr($name, 'Resource') && !stristr($name, 'ImageId')) {