Branch: Tag:

1998-09-30

1998-09-30 17:38:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed minor typo.

Rev: server/base_server/mainconfig.pike:1.109

1:   inherit "config/builders"; - string cvs_version = "$Id: mainconfig.pike,v 1.108 1998/09/11 22:15:21 per Exp $"; + string cvs_version = "$Id: mainconfig.pike,v 1.109 1998/09/30 17:38:17 grubba Exp $";   //inherit "roxenlib";      inherit "config/draw_things";
610:    roxen->rescan_modules();    roxen_perror("CONFIG: Done.\n");    } -  if(!roxen->allmodules[mod]) res += "<li>The unknown modules '"+mod+"'\n"; +  if(!roxen->allmodules[mod]) res += "<li>The unknown module '"+mod+"'\n";    else res += "<li>"+roxen->allmodules[mod][0]+"\n";    }    return res+"</ul>";