Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-25
2000-09-25 12:49:47 by Per Hedbor <ph@opera.com>
129ed739c2c8a985a5b96d403c54a352eca91fe4 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixes [Bug
391 (#391)
]
Rev: server/etc/modules/Roxen.pmod:1.43
1:
/*
-
* $Id: Roxen.pmod,v 1.
42
2000/09/25
08
:
02
:
51
per Exp $
+
* $Id: Roxen.pmod,v 1.
43
2000/09/25
12
:
49
:
47
per Exp $
* * Various helper functions. *
1103:
{ while( id->misc->orig ) id = id->misc->orig;
+
if( !id->misc->_cachecallbacks ) return;
id->misc->_cachecallbacks |= ({ callback }); }
-
string get_server_url(
object
c) {
+
string get_server_url(
Configuration
c)
+
{
string url=c->query("MyWorldLocation"); if(stringp(url) && sizeof(url)) return url; array(string) urls=c->query("URLs");