commit | 2d36f23fa5cd695bfa3b821f15de55e83933d601 | [log] [tgz] |
---|---|---|
author | droy <droy> | Wed May 21 19:29:59 2008 +0000 |
committer | droy <droy> | Wed May 21 19:29:59 2008 +0000 |
tree | e78e01a2228d38554cce91f6cc81d1c184c37fa7 | |
parent | ceac8c9092041a9e96b68d76a5af736bf3d19aba [diff] |
[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']; }