PHP ERRORs, WARNINGS ,and DEPRECATED notices on new install

Fri Feb 20 18:01:06 2015 [27001][1][DEPRECATED] Using row number in fetchByAssoc is not portable and no longer supported. Please fix your code.

In file SavedSearch.php, in line about 105 we can set:

while ($row = $db->fetchByAssoc($result, false)) {

and in MassAssign.php, in line about 49:

while($val = $db->fetchByAssoc($result, false))

I think. ?

And in SavedSearch.php at line 197

while ($row = $db->fetchByAssoc($result, false)) {