1
0
Fork 1

Add @Deprecated

pull/15/head
mdPlusPlus 3 years ago
parent 77fa6ceae3
commit 168db5e780

@ -1,4 +1,7 @@
<?php <?php
/*
* @Deprecated
*/
function room_qr_code_cached($room_id) { function room_qr_code_cached($room_id) {
global $QR_CODES; global $QR_CODES;
return "$QR_CODES/$room_id.png"; return "$QR_CODES/$room_id.png";