Build precise queries to find exactly what you need
Press ESC to close
@aherbjornsen
Member Since: November 6, 2010
Favorites0
Views
Projects0
It works, but I noticed a problem where it got stuck reporting a problem when there was none. I line 446 it says: if ($NoAPs lt $NoAPs_old) This is a string comparison and iterates incorrectly when e.g. NoAPs_old100 I believe the correct syntax should be: if ($NoAPs I might have it all wrong.
Reviewed 6 years ago