Changeset 156
- Timestamp:
- 06/06/08 21:55:21 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ez_publish/myutils/trunk/autoloads/myutils_operators.php
r154 r156 210 210 return (string) $tidy; 211 211 } 212 } 212 213 213 214 /** … … 220 221 * @param integer $type Type de redirection 221 222 */ 222 private function redirect( $url, $type )223 private function redirect( $url, $type ) 223 224 { 224 225 switch( $type )
