Branch: Tag:

1997-02-22

1997-02-22 22:28:58 by Per Hedbor <ph@opera.com>

Buggfixar i persistkoden.

Rev: server/base_server/db.pike:1.10
Rev: server/base_server/mainconfig.pike:1.34
Rev: server/etc/roxen_master.pike:1.28

1:   inherit "config/builders"; - string cvs_version = "$Id: mainconfig.pike,v 1.33 1997/02/18 02:43:53 per Exp $"; + string cvs_version = "$Id: mainconfig.pike,v 1.34 1997/02/22 22:28:57 per Exp $";   inherit "roxenlib";   inherit "config/draw_things";   
1083:       o->save();    cache_remove("modules", modname); -  _master->set_inhibit_compile_errors(""); + // _master->set_inhibit_compile_errors("");       if(!o->config()->load_module(modname))    {
1091:    rep = http_string_answer("The reload of this module failed.\n"    "This is (probably) the reason:\n<pre>"    + _master->errors + "</pre>" ); -  _master->set_inhibit_compile_errors(0); + // _master->set_inhibit_compile_errors(0);    return rep;    }    object mod;