root/devel/mod/rpc/lib/function_load_tag.php

Revision 454, 176 bytes (checked in by sven, 2 years ago)

removed some addslashes. replaced some with adodb qstr().
removed some stripslashes. a lot more still want to go, depending on how much we care about showing users even more inappropriate backslashes than currently.
fixed a few more php notices.

  • Property svn:eol-style set to native
Line 
1 <?php
2     // Support run()
3     if (isset($parameter) && $parameter != "")
4     {
5         $id = $parameter['id'];
6
7         $tag = new Tag($id);
8     }
9
10     $run_result = $tag;
11 ?>
12
Note: See TracBrowser for help on using the browser.