Skip to content

Commit

Permalink
Dev: Remove tracevar
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 18, 2013
1 parent 756c3eb commit 88e9769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/views/admin/token/browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// Don't add id : because we don't really need it. This different from columnNames (no action).
// TODO: Merge columnNames and aTokenColumns : need more option (name,index,search, type, editable ...)
$aTokenColumns=getTokenFieldsAndNames($surveyid,false);
tracevar($aTokenColumns);
$aNotQuickFilter=array('tid','emailstatus','sent','remindersent','remindercount','completed','usesleft','validfrom','validuntil');
foreach($aTokenColumns as $aTokenColumn => &$aTokenInformation)
{
Expand Down

0 comments on commit 88e9769

Please sign in to comment.