Skip to content

Commit

Permalink
dev: removed debug & reset
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Nov 7, 2012
1 parent a88ebb5 commit 65e4d01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/controllers/admin/participantsaction.php
Expand Up @@ -1170,8 +1170,6 @@ function subval_sort($a, $subkey, $order)
$iParticipantId = Yii::app()->request->getQuery('pid');
$records = ParticipantAttributeNames::model()->getParticipantVisibleAttribute($iParticipantId);
//$getallattributes = ParticipantAttributeNames::model()->with('participant_attribute_names_lang')->findAll();
Yii::trace(CVarDumper::dumpAsString($records), 'vardump');
$records = array();
$records = subval_sort($records, "attribute_name", "asc");

$i = 0;
Expand Down

0 comments on commit 65e4d01

Please sign in to comment.