Index: trunk/kernel/include/itemrating.php =================================================================== diff -u -N -r1099 -r1120 --- trunk/kernel/include/itemrating.php (.../itemrating.php) (revision 1099) +++ trunk/kernel/include/itemrating.php (.../itemrating.php) (revision 1120) @@ -54,12 +54,12 @@ $this->Set("CreatedOn",adodb_date("U")); $this->Set("IPAddress",$REMOTE_ADDR); - if(ip_exists($this->Get("IPAddress"),$this->Get("ItemId"),$this->tablename)) +/* if(ip_exists($this->Get("IPAddress"),$this->Get("ItemId"),$this->tablename)) { //$Errors->AddError("error.already_rated","","","","clsItemRating","Create"); return false; } - +*/ parent::Create(); return true;