Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 9877)
+++ temp/trunk/data/lib/slib.php	(revision 9882)
@@ -1117,10 +1117,7 @@
 	if(sfIsInt($adjust) and $pow > 1){
 		$ret = (round($value * $adjust)/$adjust);
-		$ret = sfRound($ret, $pow - 1);
-		return $ret;
-	}else{
+	}
 		$ret = round($value);
-		$ret = floor($ret/$adjust);
-	}
+	//	$ret = floor($ret/$adjust);
 
 	return $ret;
