initial commit from rev. 632

This commit is contained in:
Erik Amaru Ortiz
2010-12-02 23:34:41 +00:00
commit 0525681d79
5410 changed files with 864427 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?
unset($_POST['form']['SAVE']);
if (!isset($_POST['form']['CT_DERIVATION_HISTORY'])) {
$_POST['form']['CT_DERIVATION_HISTORY'] = 0;
}
if (!isset($_POST['form']['CT_MESSAGE_HISTORY'])) {
$_POST['form']['CT_MESSAGE_HISTORY'] = 0;
}
require_once 'classes/model/CaseTracker.php';
$oCaseTracker = new CaseTracker();
$oCaseTracker->update($_POST['form']);