Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@12032 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 13, 2012
1 parent 56594b8 commit abb6122
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/common_helper.php
Expand Up @@ -6532,7 +6532,6 @@ function sStripDBPrefix($sTableName)
*/
function TranslateInsertansTags($newsid,$oldsid,$fieldnames)
{
DebugBreak();
uksort($fieldnames, create_function('$a,$b', 'return strlen($a) < strlen($b);'));
Yii::app()->loadHelper('database');
$newsid=sanitize_int($newsid);
Expand Down

0 comments on commit abb6122

Please sign in to comment.