Thingy now has a copy thing data option.

This commit is contained in:
Kaleb Murphy 2008-11-18 21:37:56 +00:00
parent 55da5c6889
commit 1cc87c159b
3 changed files with 97 additions and 1 deletions

View file

@ -947,7 +947,7 @@ sub www_viewGradeBook{
unless ( $self->session->user->isInGroup( $self->get("groupToViewReports") ) );
my @peoples = $self->session->db->quickArray("SELECT UNIQUE(Survey_responseId) from Survey_tempReport where assetId = ?",[$self->getId()]);
for my $people(@peoples){
#my $
}