Roxen.git/
server/
etc/
modules/
Variable.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-24
2001-05-24 16:40:50 by Martin Nilsson <mani@lysator.liu.se>
cc317152cf060a4959e5d04bc86ee5354324571e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
More working logic
Rev: server/etc/modules/Variable.pmod/module.pmod:1.49
1:
-
// $Id: module.pmod,v 1.
48
2001/05/
22
20
:
08
:
12
nilsson Exp $
+
// $Id: module.pmod,v 1.
49
2001/05/
24
16
:
40
:
50
nilsson Exp $
#include <module.h> #include <roxen.h>
326:
if( sizeof( val = get_form_vars(id)) && val[""]) { val = transform_from_form( val[""] );
-
if( !force && val
!
= query() )
+
if( !force && val =
=
query() )
return; array b; mixed q = catch( b = verify_set_from_form( val ) );