1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Compatibility (We really need a better way to do this..) */
mapping tmp;
mixed `->(string s)
{
if(s=="_module_value")
if(!tmp)
tmp=([]);
tmp->sql=(program)"Sql";
}
return tmp;