Project

General

Profile

« Previous | Next » 

Revision 3f6930f7

Added by Phil Davis over 10 years ago

Fix POST typo in interfaces_assign.php

Obviously a typo. But this section is inside:
if (isset($_POST['add_x']) && isset($_POST['if_add'])) {
and I cannot find where 'add_x' is ever sent here, so I do not see how this whole code section is ever executed (and that will be why this typo bug has no symptoms). What is the history here? Can the whole block of code be removed?
The code normally executed is the section for 'Submit' lower down.

  • added
  • modified
  • copied
  • renamed
  • deleted