Changeset 178
- Timestamp:
- 02/21/06 23:47:49 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/m_dom.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_dom.php
r153 r178 1 1 <?php 2 2 /* 3 $Id: m_dom.php,v 1. 4 2003/09/20 19:41:08 root Exp $3 $Id: m_dom.php,v 1.5 2004/04/21 04:39:23 anarcat Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 685 685 for($i=0;$i<count($classes);$i++) { 686 686 if (method_exists($GLOBALS[$classes[$i]],"alternc_add_mx_domain")) { 687 $GLOBALS[$classes[$i]]->alternc_add_mx_domain($dom ain);687 $GLOBALS[$classes[$i]]->alternc_add_mx_domain($dom); 688 688 } 689 689 } … … 708 708 for($i=0;$i<count($classes);$i++) { 709 709 if (method_exists($GLOBALS[$classes[$i]],"alternc_del_mx_domain")) { 710 $GLOBALS[$classes[$i]]->alternc_del_mx_domain($dom ain);710 $GLOBALS[$classes[$i]]->alternc_del_mx_domain($dom); 711 711 } 712 712 }
Note: See TracChangeset
for help on using the changeset viewer.
