Commit 8547f1647177272bd2e3a8c85af20d1fcc747366
1 parent
9bd50288
Added comments
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@585 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
10 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/store.php
| 1 | <?php | 1 | <?php |
| 2 | - | 2 | +/** |
| 3 | +* Page used by all editable patterns to actually perform the db insert/updates | ||
| 4 | +* | ||
| 5 | +* Expected form variables | ||
| 6 | +* o fReturnURL | ||
| 7 | +* | ||
| 8 | +* @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa | ||
| 9 | +* @date 27 January 2003 | ||
| 10 | +* @package presentation.lookAndFeel.knowledgeTree.documentmanagement | ||
| 11 | +*/ | ||
| 3 | require_once("../../../config/dmsDefaults.php"); | 12 | require_once("../../../config/dmsDefaults.php"); |
| 4 | 13 | ||
| 5 | $aKeys = array_keys($_POST); | 14 | $aKeys = array_keys($_POST); |