websiteWebsite
codingteam CodingTeam
A free forge, lightweight and extensible.

 

Browse the code

Differences between 361 and 362 on /trunk/inc/modules/head_member.
Number of edited files: 1 (0 added, 0 deleted and 1 modified)
Author: xbright
Log message: * Updated AGPL headers
Date: 2010-05-12 13:07:02

Added file(s) Deleted file(s) Modified file(s)

 

Old New Code
1 1
<?php
2  
#    This file is a part of CodingTeam. See <http://www.codingteam.net>.
3  
#    Copyright (C) 2007-2010 CodingTeam (See AUTHORS and THANKS for details)
4  
#
5  
#    This program is free software: you can redistribute it and/or modify
6  
#    it under the terms of the GNU Affero General Public License as
7  
#    published by the Free Software Foundation, version 3 only.
8  
#
9  
#    This program is distributed in the hope that it will be useful,
10  
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
11  
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  
#    GNU Affero General Public License for more details.
13  
#
14  
#    You should have received a copy of the GNU Affero General Public License
15  
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
  2
//   This file is a part of CodingTeam. Take a look at <http://codingteam.org>.
  3
//   Copyright © 2007-2010 Erwan Briand <erwan@codingteam.net>
  4
//
  5
//   This program is free software: you can redistribute it and/or modify it
  6
//   under the terms of the GNU Affero General Public License as published by
  7
//   the Free Software Foundation, version 3 only.
  8
//
  9
//   This program is distributed in the hope that it will be useful, but
  10
//   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  11
//   or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
  12
//   License for more details.
  13
//
  14
//   You should have received a copy of the GNU Affero General Public License
  15
//   along with this program. If not, see <http://www.gnu.org/licenses/>.
16 16

                                        
17 17
class head_member {
18 18
    private $ct_session, $ct_db, $page;
19 19