mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
psyc_is_var_routing() -> psyc_var_routing()
This commit is contained in:
parent
8fcceff88f
commit
eaeab8c226
7 changed files with 76 additions and 76 deletions
|
@ -99,7 +99,7 @@ PIKEFUN string psyc_text(string template, mapping vars) {
|
|||
*! 0 otherwise
|
||||
*/
|
||||
PIKEFUN int is_routingvar(string name) {
|
||||
RETURN psyc_var_is_routing((char *) STR0(name), name->len);
|
||||
RETURN psyc_var_routing((char *) STR0(name), name->len);
|
||||
}
|
||||
|
||||
/*! @decl string render(mapping rvars, mapping evars, string method, string|void body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue