Browse Source

Atualizar 'lib.php'

2022/09/19: Changes in comments (erased accents)
leo 1 year ago
parent
commit
fa72f4bbb5
1 changed files with 5 additions and 4 deletions
  1. 5 4
      lib.php

+ 5 - 4
lib.php

@@ -3,11 +3,12 @@
 /**
  *  Library of functions and constants for module of activities iAssign.
  *  
+ *  - v 1.3.1 2022/09/19
+ *    + Changes in comments (erased accents)
  *  - v 1.3 2014/01/10
- *  		+ Insert comment unread in course module (iassign_cm_info_view).
- *  
+ *    + Insert comment unread in course module (iassign_cm_info_view).
  *  - v 1.2 2013/12/13
- *  		+ Insert log in iAssign actions.
+ *    + Insert log in iAssign actions.
  *  
  *  @author Patricia Alves Rodrigues
  *  @author Leônidas O. Brandão
@@ -505,4 +506,4 @@ function display_url_ilm ($url) {
     }
 
   return $url;
-  }
+  }