Changeset 12445 for modules/branches/2.10/dundicheck
- Timestamp:
- 08/29/11 08:02:24 (2 years ago)
- Files:
-
- modules/branches/2.10/dundicheck/module.xml (modified) (3 diffs)
- modules/branches/2.10/dundicheck/page.dundicheck.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/dundicheck/module.xml
r11175 r12445 9 9 *2.9.0.1* set repo 10 10 *2.9.0.0* 2.9 Update 11 *2.8.0.0* published 2.8 version12 *2.7.0.0* spelling errors, localizations13 *2.6.0.0* localizations14 *2.5.0* #2918 First release15 11 </changelog> 16 12 <description> … … 19 15 report a conflict if that trunk could be used to call that number. 20 16 </description> 21 <type>tool</type>22 17 <menuitems> 23 18 <dundicheck>DUNDi Lookup</dundicheck> … … 26 21 <version>2.4.0</version> 27 22 </depends> 28 <category> System Administration</category>23 <category>Admin</category> 29 24 <location>release/2.9/dundicheck-2.9.0.1.tgz</location> 30 25 <md5sum>5caf2ac7255e3de518f769ce84fb4bd4</md5sum> modules/branches/2.10/dundicheck/page.dundicheck.php
r6053 r12445 16 16 $dundiconflict = isset($_REQUEST['dundiconflict'])?$_REQUEST['dundiconflict']:''; 17 17 18 ?>19 </div>20 <div class="content">21 22 <?php23 18 24 19 if ($extdisplay != "") {
