| @@ 441-445 (lines=5) @@ | ||
| 438 | } else { |
|
| 439 | $p_ini_description = null; |
|
| 440 | } |
|
| 441 | if (isset($_POST['description'])) { |
|
| 442 | $p_description = $myts->makeTareaData4Save($_POST['description']); |
|
| 443 | } else { |
|
| 444 | $p_description = null; |
|
| 445 | } |
|
| 446 | if (isset($_POST['description_set'])) { |
|
| 447 | if ($_POST['description_set'] == '1') { |
|
| 448 | if ($p_ini_description != $p_description) { |
|
| @@ 137-141 (lines=5) @@ | ||
| 134 | } else { |
|
| 135 | $p_ini_description = null; |
|
| 136 | } |
|
| 137 | if (isset($_POST['description'])) { |
|
| 138 | $p_description = $myts->makeTareaData4Save($_POST['description']); |
|
| 139 | } else { |
|
| 140 | $p_description = null; |
|
| 141 | } |
|
| 142 | if (isset($_POST['description_set'])) { |
|
| 143 | if ($_POST['description_set'] == '1') { |
|
| 144 | if ($p_ini_description != $p_description) { |
|