11
ElkArte / Отличия ElkArte 1.1.x от SMF 2.1.x
Последний ответ от inter 🐵 -Тип возвращаемого значения разный!
SMF:
Код: [Выделить]
@return array The ids of the members loaded
ElkArte:
Код: [Выделить]
@return array|bool The ids of the members loaded or false
2. Function timeformat
В ElkArte эта функция называется standardTime
3. Function template_control_verification
В ElkArte эта функция называется template_verification_controls
Спойлер (кликнуть чтобы показать/скрыть)