Changeset 8059
- Timestamp:
- 08/15/09 18:54:41 (4 years ago)
- Files:
-
- modules/branches/2.6/outroutemsg/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/outroutemsg/install.php (modified) (2 diffs)
- modules/branches/2.6/outroutemsg/page.outroutemsg.php (modified) (1 diff)
- modules/branches/2.6/outroutemsg/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/outroutemsg/functions.inc.php
r7607 r8059 1 1 <?php /* $Id: function.inc.php $ */ 2 //Copyright (C) 2009 Philippe Lindheimer 2 //Copyright (C) 2009 Philippe Lindheimer 3 //Copyright (C) 2009 Bandwidth.com 3 4 // 4 5 //This program is free software; you can redistribute it and/or modules/branches/2.6/outroutemsg/install.php
r7607 r8059 1 1 <?php 2 //Copyright (C) 2009 Philippe Lindheimer 2 //Copyright (C) 2009 Philippe Lindheimer 3 //Copyright (C) 2009 Bandwidth.com 3 4 // 4 5 //This program is free software; you can redistribute it and/or … … 11 12 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 13 //GNU General Public License for more details. 14 15 if (! function_exists("out")) { 16 function out($text) { 17 echo $text."<br />"; 18 } 19 } 20 21 if (! function_exists("outn")) { 22 function outn($text) { 23 echo $text; 24 } 25 } 13 26 14 27 global $db; modules/branches/2.6/outroutemsg/page.outroutemsg.php
r7792 r8059 1 1 <?php /* $Id: page.outroutemsg.php $ */ 2 2 //Copyright (C) 2009 Philippe Lindheimer 3 //Copyright (C) 2009 Bandwidth.com 3 4 // 4 5 //This program is free software; you can redistribute it and/or modules/branches/2.6/outroutemsg/uninstall.php
r7607 r8059 1 1 <?php /* $Id: uninstall.php $ */ 2 //Copyright (C) 2009 Philippe Lindheimer 2 //Copyright (C) 2009 Philippe Lindheimer 3 //Copyright (C) 2009 Bandwidth.com 3 4 // 4 5 //This program is free software; you can redistribute it and/or
