Explorar el Código

버그 수정

잉여개발기 (SPDV) hace 2 años
padre
commit
d4e5dd1d63
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      route/view_read.py

+ 0 - 8
route/view_read.py

@@ -295,14 +295,6 @@ def view_read(name = 'Test', do_type = ''):
         r_date = r_date[0][0] if r_date else 0
 
         div = file_data + user_doc + end_data + category_total
-
-        if num != '':
-            curs.execute(db_change('select data from other where name = "phrase_old_page_warning"'))
-            db_data = curs.fetchall()
-            if db_data and db_data[0][0] != '':
-                div = db_data[0][0] + '<hr class="main_hr">' + div
-
-            doc_type = 'rev'
         
         if doc_type == '':
             curs.execute(db_change('select data from other where name = "outdated_doc_warning_date"'))