Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-16
2000-11-16 11:52:15 by Per Hedbor <ph@opera.com>
9a3dbd8509954881627f5c58b35efdf597d2909c (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Support variables in the form scope that are not strings
Rev: server/etc/modules/Roxen.pmod:1.50
1:
/*
-
* $Id: Roxen.pmod,v 1.
49
2000/11/
06
22
:
10
:
27
per Exp $
+
* $Id: Roxen.pmod,v 1.
50
2000/11/
16
11
:
52
:
15
per Exp $
* * Various helper functions. *
1149:
mixed `[]( string what ) { mixed q = variables[ what ];
-
if(!q) return q;
+
if(
!
stringp(
q)
)
+
return q;
q /= "\0"; if( sizeof( q ) == 1 ) return q[0];