Minor - Cosmetic changes

skala
Julio Montoya 15 years ago
parent 54f0ff6c69
commit 0ff136a1ff
  1. 6
      main/inc/lib/system_announcements.lib.php

@ -1,14 +1,12 @@
<?php <?php
/* For licensing terms, see /dokeos_license.txt */ /* For licensing terms, see /license.txt */
define('VISIBLE_GUEST', 1); define('VISIBLE_GUEST', 1);
define('VISIBLE_STUDENT', 2); define('VISIBLE_STUDENT', 2);
define('VISIBLE_TEACHER', 3); define('VISIBLE_TEACHER', 3);
/** /**
==============================================================================
* This is the system announcements library for Dokeos. * This is the system announcements library for Dokeos.
* *
* @package dokeos.library * @package chamilo.library
==============================================================================
*/ */
class SystemAnnouncementManager class SystemAnnouncementManager
{ {

Loading…
Cancel
Save