Changeset 8084

Show
Ignore:
Timestamp:
08/18/09 16:53:46 (2 years ago)
Author:
p_lindheimer
Message:

Auto Check-in of any outstanding patches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/bulkdids/functions.inc.php

    r7444 r8084  
    11<?php 
     2//This file is part of FreePBX. 
     3// 
     4//    FreePBX is free software: you can redistribute it and/or modify 
     5//    it under the terms of the GNU General Public License as published by 
     6//    the Free Software Foundation, either version 2 of the License, or 
     7//    (at your option) any later version. 
     8// 
     9//    FreePBX 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 General Public License for more details. 
     13// 
     14//    You should have received a copy of the GNU General Public License 
     15//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     16// 
     17//    Copyright 2006 Seth Sargent, Steven Ward 
     18//    Portions Copyright 2009 Mikael Carlsson, mickecamino@gmail.com 
     19//    Portions Copyright 2009 Schmooze Communications LLC 
     20// 
    221/* functions.inc.php - functions for BulkDIDs module. */ 
    322 
  • contributed_modules/modules/bulkdids/page.bulkdids.php

    r7438 r8084  
    11<?php 
     2//This file is part of FreePBX. 
     3// 
     4//    FreePBX is free software: you can redistribute it and/or modify 
     5//    it under the terms of the GNU General Public License as published by 
     6//    the Free Software Foundation, either version 2 of the License, or 
     7//    (at your option) any later version. 
     8// 
     9//    FreePBX 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 General Public License for more details. 
     13// 
     14//    You should have received a copy of the GNU General Public License 
     15//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     16// 
     17//    Copyright 2006 Seth Sargent, Steven Ward 
     18//    Portions Copyright 2009 Mikael Carlsson, mickecamino@gmail.com 
     19//    Portions Copyright 2009 Schmooze Communications LLC 
     20// 
    221set_time_limit(3000); 
    322