Minor - code indentation and documentation

skala
Yannick Warnier 13 years ago
parent f17a497510
commit 9739ac6e06
  1. 8
      main/inc/lib/chat.lib.php

@ -1,12 +1,14 @@
<?php
/* For licensing terms, see /license.txt */
/**
* This is the array library for Chamilo.
* This is the Chat library for Chamilo.
* Include/require it in your code to use its functionality.
*
* @package chamilo.library
* @package chamilo.library.chat
*/
/**
* Chat class
*/
class Chat extends Model {
var $table;

Loading…
Cancel
Save