lgromero-new-oglive
Last change
on this file was
b6ec162,
checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago
|
#834: Remove all redundant PHP closing tags.
|
-
Property mode set to
100644
|
File size:
800 bytes
|
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[3ec149c] | 2 | $sw_ejya=""; |
---|
| 3 | $sw_seguimiento=""; |
---|
| 4 | |
---|
| 5 | $sw_mktarea=""; |
---|
| 6 | $nwidtarea=""; |
---|
| 7 | $nwdescritarea=""; |
---|
| 8 | |
---|
| 9 | $sw_mkprocedimiento=""; |
---|
| 10 | $nwidprocedimiento=""; |
---|
| 11 | $nwdescriprocedimiento=""; |
---|
| 12 | |
---|
| 13 | if (isset($_POST["sw_ejya"])) $sw_ejya=$_POST["sw_ejya"]; |
---|
| 14 | if (isset($_POST["sw_seguimiento"])) $sw_seguimiento=$_POST["sw_seguimiento"]; |
---|
| 15 | |
---|
| 16 | if (isset($_POST["sw_mktarea"])) $sw_mktarea=$_POST["sw_mktarea"]; |
---|
| 17 | if (isset($_POST["nwidtarea"])) $nwidtarea=$_POST["nwidtarea"]; |
---|
| 18 | if (isset($_POST["nwdescritarea"])) $nwdescritarea=$_POST["nwdescritarea"]; |
---|
| 19 | |
---|
| 20 | if (isset($_POST["sw_mkprocedimiento"])) $sw_mkprocedimiento=$_POST["sw_mkprocedimiento"]; |
---|
| 21 | if (isset($_POST["nwidprocedimiento"])) $nwidprocedimiento=$_POST["nwidprocedimiento"]; |
---|
| 22 | if (isset($_POST["nwdescriprocedimiento"])) $nwdescriprocedimiento=$_POST["nwdescriprocedimiento"]; |
---|
[b6ec162] | 23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.