File tree Expand file tree Collapse file tree
design/defaulttheme/tpl/lhchat/lists_chats_parts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?php if ($ chat ->bot ) : ?>
2- <?php if (!empty ($ chat ->bot ->short_name )) : ?>
3- [<?php echo htmlspecialchars ($ chat ->bot ->short_name ); ?> ]
4- <?php else : ?>
5- [<?php if ($ chat ->status != erLhcoreClassModelChat::STATUS_BOT_CHAT ) : ?> <span class="material-icons">android</span><?php endif ;?> <?php echo htmlspecialchars ($ chat ->gbot_id ); ?> ]
6- <?php endif ; ?>
1+ <?php if ($ chat ->bot ) : ?>
2+ <?php if (!empty ($ chat ->bot ->short_name )) : ?>
3+ [<?php echo htmlspecialchars ($ chat ->bot ->short_name ); ?> ]
4+ <?php else : ?>
5+ [<?php if ($ chat ->status != erLhcoreClassModelChat::STATUS_BOT_CHAT ) : ?> <span class="material-icons">android</span><?php endif ;?> <?php echo htmlspecialchars ($ chat ->gbot_id ); ?> ]
6+ <?php endif ; ?>
77<?php endif ;?>
Original file line number Diff line number Diff line change 1- ALTER TABLE ` lh_generic_bot_bot` ADD ` short_name` varchar (50 ) NOT NULL DEFAULT ' ' COMMENT ' ' ;
1+ ALTER TABLE ` lh_generic_bot_bot` ADD ` short_name` varchar (50 ) NOT NULL DEFAULT ' ' COMMENT ' ' ;
22UPDATE ` lh_chat_config` SET value = ' 345' WHERE ` identifier` = ' version_updates' LIMIT 1 ;
You can’t perform that action at this time.
0 commit comments