• Order.pm

    770 771  
    91 91 'attr' => 'google_id',
    92 92 'type' => 'string',
    93 93 'rusname' => 'GoogleID',
    94 'postshow' => 1,
    95 'facilshow' => 1,
    94 96 'db_field' => 'google_id',
    95 97 'db_type' => 'varchar(32)',
    96 98 },
     
    98 100 'attr' => 'yandex_id',
    99 101 'type' => 'string',
    100 102 'rusname' => 'YandexID',
    103 'postshow' => 1,
    104 'facilshow' => 1,
    101 105 'db_field' => 'yandex_id',
    102 106 'db_type' => 'varchar(32)',
    103 107 },