From: Owen Leonard Date: Tue, 26 Oct 2010 22:16:43 +0000 (-0600) Subject: add email changes button to sandbox, still need to add functionality X-Git-Tag: release_1_1_0^2~4 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;ds=sidebyside;h=f39d067bbc22c61d1c11905e22c47f474a017f75;p=eq%2F.git add email changes button to sandbox, still need to add functionality --- diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index bcf18e2..4e6a777 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -561,6 +561,8 @@ class tc $this->db3->query($sql,__LINE__,__FILE__); } } + } else if ($_POST['changes']) { + $this->ht_sandbox_changes(); } // get list of companionships @@ -726,7 +728,10 @@ class tc $this->t->pfp('out','ht_sandbox_t'); $this->save_sessiondata(); } - + + function ht_sandbox_changes() + { + } function ht_update() { diff --git a/templates/default/ht_sandbox.tpl b/templates/default/ht_sandbox.tpl index 2eea7e5..c7a9d82 100644 --- a/templates/default/ht_sandbox.tpl +++ b/templates/default/ht_sandbox.tpl @@ -90,6 +90,11 @@ + + + + +