浏览代码

Removing irrelevant comments

pdontthink 17 年之前
父节点
当前提交
2b7b60067b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/init.php

+ 0 - 2
include/init.php

@@ -614,7 +614,6 @@ switch (PAGE_NAME) {
          */
         require(SM_PATH . 'include/load_prefs.php');
 
-// i do not understand the frames language cookie story
         /**
          * We'll need this to later have a noframes version
          *
@@ -626,7 +625,6 @@ switch (PAGE_NAME) {
          if ($my_language != $squirrelmail_language) {
              sqsetcookie('squirrelmail_language', $my_language, time()+2592000, $base_uri);
          }
-// /dont understand
 
         $set_up_langage_after_template_setup = TRUE;