Changeset 8059

Show
Ignore:
Timestamp:
08/15/09 18:54:41 (4 years ago)
Author:
p_lindheimer
Message:

Auto Check-in of any outstanding patches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/outroutemsg/functions.inc.php

    r7607 r8059  
    11<?php /* $Id: function.inc.php  $ */ 
    2 //Copyright (C) 2009 Philippe Lindheimer 
     2//Copyright (C) 2009 Philippe Lindheimer  
     3//Copyright (C) 2009 Bandwidth.com 
    34// 
    45//This program is free software; you can redistribute it and/or 
  • modules/branches/2.6/outroutemsg/install.php

    r7607 r8059  
    11<?php 
    2 //Copyright (C) 2009 Philippe Lindheimer 
     2//Copyright (C) 2009 Philippe Lindheimer  
     3//Copyright (C) 2009 Bandwidth.com 
    34// 
    45//This program is free software; you can redistribute it and/or 
     
    1112//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1213//GNU General Public License for more details. 
     14 
     15if (! function_exists("out")) { 
     16  function out($text) { 
     17    echo $text."<br />"; 
     18  } 
     19} 
     20 
     21if (! function_exists("outn")) { 
     22  function outn($text) { 
     23    echo $text; 
     24  } 
     25} 
    1326 
    1427global $db; 
  • modules/branches/2.6/outroutemsg/page.outroutemsg.php

    r7792 r8059  
    11<?php /* $Id: page.outroutemsg.php  $ */ 
    22//Copyright (C) 2009 Philippe Lindheimer  
     3//Copyright (C) 2009 Bandwidth.com 
    34// 
    45//This program is free software; you can redistribute it and/or 
  • modules/branches/2.6/outroutemsg/uninstall.php

    r7607 r8059  
    11<?php /* $Id: uninstall.php  $ */ 
    2 //Copyright (C) 2009 Philippe Lindheimer 
     2//Copyright (C) 2009 Philippe Lindheimer  
     3//Copyright (C) 2009 Bandwidth.com 
    34// 
    45//This program is free software; you can redistribute it and/or