Branch: Tag:

2022-06-28

2022-06-28 08:46:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Variable.Schedule: Fix typo in #if constant().

Variable.Schedule is used by base_server/global_variables.pike, which
is inherited by base_server/roxen.pike. The global constant roxen is
thus not present when Variable.Schedule is compiled.

Fixes compilation errors.

1:   // $Id$    - #if constant(roxen) + #if constant(roxenp)   inherit /*Variable*/.Variable;      //! This class implements a scheduler widget with three main states,
322:    return mktime(m);   }    - #if constant(roxen) + #if constant(roxenp)      private string checked( int pos, int alt )   {