Browse Source

declaration needs two * in order not to create phpdoc errors

tokul 21 năm trước cách đây
mục cha
commit
9e3ed702b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/abook_take/functions.php

+ 1 - 1
plugins/abook_take/functions.php

@@ -13,7 +13,7 @@
  * @subpackage abook_take
  */
 
-/* SquirrelMail required files. */
+/** SquirrelMail required files. */
 require_once(SM_PATH . 'functions/url_parser.php');
 require_once(SM_PATH . 'functions/forms.php');