add email changes button to sandbox, still need to add functionality
[eq/.git] / inc / class.tc.inc.php
index bcf18e26a79ba6cfb9ee1f9b721ed95a6b287e56..4e6a77781977e22d151fd605d8944b81a8bc196d 100644 (file)
@@ -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()
        {