Changeset 8082
- Timestamp:
- 08/18/09 16:43:39 (2 years ago)
- Files:
-
- modules/branches/2.6/core/agi-bin/directory (modified) (1 diff)
- modules/branches/2.6/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/core/agi-bin/directory
r7630 r8082 111 111 } 112 112 } 113 } else if (preg_match("/^\s*(\d+)\s*=>\s*dup,(.*)\s*([;#].*)?/",$line,$matches)) {114 // "mailbox=>dup,name"115 // duplace name line116 $vmconf[$section][ $matches[1] ]["dups"][] = $matches[2];117 113 } else if (preg_match("/^\s*#include\s+(.*)\s*([;#].*)?/",$line,$matches)) { 118 114 // include another file modules/branches/2.6/core/module.xml
r8042 r8082 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.6.0beta1.4* #3075 12 13 *2.6.0beta1.3* trunk tab improvements 13 14 *2.6.0beta1.2* added more sql escape in devices
