Start to move maintainer related functions into maintainer class and separate maintainer related queries and logic from
display code. Also move maintainer related code from the user class. Fix up unit tests to work with the new maintainer class.
This commit is contained in:
@@ -68,7 +68,7 @@ echo "</tr>\n\n";
|
||||
/* Display the number of application maintainers */
|
||||
echo "<tr class=color4>\n";
|
||||
echo " <td>Application maintainers:</td>\n";
|
||||
echo " <td>".getNumberOfMaintainers()."</td>\n";
|
||||
echo " <td>".Maintainer::getNumberOfMaintainers()."</td>\n";
|
||||
echo "</tr>\n\n";
|
||||
|
||||
/* Display the number of images */
|
||||
|
||||
Reference in New Issue
Block a user