removed some unused variables from base.php and pageTest.php

added custom columns to ```default_config.php``` for pageTest.php
This commit is contained in:
At-Libitum 2013-12-01 13:25:34 +01:00
parent d540cba22a
commit d4cedf3737
3 changed files with 14 additions and 82 deletions

View file

@ -523,8 +523,6 @@ class PageAllAuthors extends Page
{
public function InitializeContent ()
{
global $config;
$this->title = localize("authors.title");
if (getCurrentOption ("author_split_first_letter") == 1) {
$this->entryArray = Author::getAllAuthorsByFirstLetter();