Parent Directory
|
Revision Log
|
Patch
| revision 1.1.1.1 by csmall, Tue Dec 19 00:21:06 2000 UTC | revision 1.2 by tbm, Sun Jun 3 22:49:40 2001 UTC | |
|---|---|---|
| # | Line 33 You should not be here!!</STRONG> | Line 33 You should not be here!!</STRONG> |
| 33 | <? | <? |
| 34 | if (delete_am($login)) { | if (delete_am($login)) { |
| 35 | ?> | ?> |
| 36 | <P>Sucessfully deleted <? echo $login; ?> from the list of managers. | <P>Successfully deleted <? echo $login; ?> from the list of managers. |
| 37 | <? } else { ?> | <? } else { ?> |
| 38 | <P> Could not delete <? echo $login; ?> from list of managers. | <P> Could not delete <? echo $login; ?> from list of managers. |
| 39 | <? } # check database query ?> | <? } # check database query ?> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |