plugins/SpecialUserFuncs.php
changeset 459 31c23016ab62
parent 458 c433348f3628
child 472 bc4b58034f4d
equal deleted inserted replaced
458:c433348f3628 459:31c23016ab62
   948           {
   948           {
   949             if ( typeof(field) != 'object' )
   949             if ( typeof(field) != 'object' )
   950             {
   950             {
   951               field = {
   951               field = {
   952                 name: '_nil',
   952                 name: '_nil',
   953                 value: '_nil',
   953                 value: '_nil'
   954               }
   954               }
   955             }
   955             }
   956             // wait until $lang is initted
   956             // wait until $lang is initted
   957             if ( typeof($lang) != 'object' )
   957             if ( typeof($lang) != 'object' )
   958             {
   958             {