minor text change
[gwvp.git] / gwvplib / gwvprepoadmin.php
index e0943ba..53cf4b1 100644 (file)
@@ -46,6 +46,8 @@ function gwvp_RepoAdminPageBody()
        
        
        // next we need a repo list - with perms checking - ug
+       // i must also remember that the home page will also contain a list of repos and that this page is solely for maintance
+       // and creation of repos - so i dont need to get over-worked about the info stored on this page outside of those activities
        $rlist = gwvp_GetRepoList();
        echo "<table border=\"1\"><tr><th>Repo Name</th><th>Repo Description</th><th>Repo Owner</th></tr>";
        foreach($rlist as $u_res) {