Roxen.git
/
server
/
config_interface
/
sites
/
add_module.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/config_interface/sites/add_module.pike:269:
res += r[1]; } master()->set_inhibit_compile_errors( 0 ); return ({ res, pafeaw( ec->get(), ec->get_warnings() ) }); } string module_image( int type ) { return ""; }
-
string strip_leading(
string
what )
+
+
string strip_leading(
LocaleString
what )
{
-
sscanf( (string)
[mixed]
what, "%*s:%s", what );
+
if( !what ) return 0;
+
sscanf( (string)what, "%*s:%s", what );
return what; } function describe_module_normal( int image ) { return lambda( object module, object block) { if(!block) {