[233001]
diff --git a/html/callback/setStringTranslation.php b/html/callback/setStringTranslation.php
index 8298a55..4ca7e1e 100644
--- a/html/callback/setStringTranslation.php
+++ b/html/callback/setStringTranslation.php
@@ -77,7 +77,6 @@
 			  and s.is_active = 1";
 		  	
 	$res = mysql_query($query,$dbh);
-	$affected_rows += mysql_affected_rows();
 	while($row = mysql_fetch_assoc($res)){
 		$string_ids[] = $row['string_id'];
 	}