Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-06
2001-03-06 13:38:15 by Per Hedbor <ph@opera.com>
b7914f5fe61f6e5bd282dedcaf68335d1c78bf83 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a bug in the new plugin system
Rev: server/base_server/roxen.pike:1.643
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
642
2001/03/06
09
:
07
:
36
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
643
2001/03/06
13
:
38
:
15
per Exp $";
// Used when running threaded to find out which thread is the backend thread. Thread.Thread backend_thread;
2781:
"(%s,%d,UNIX_TIMESTAMP())", long_key, hl ); int id = (int)db->master_sql->insert_id();
+
if( !plugins ) get_plugins();
(plugins->create_key-({0}))( id, hl, long_key ); return id; }