Changeset 1022
- Timestamp:
- 06/26/07 00:31:00 (2 years ago)
- Files:
-
- 5200R/trunk/ui/base-storage.mod/Makefile (modified) (1 diff)
- 5200R/trunk/ui/base-storage.mod/templates/rpmdefs.tmpl (modified) (1 diff)
- 5200R/trunk/ui/base-storage.mod/ui/web/storageRemove.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5200R/trunk/ui/base-storage.mod/Makefile
r593 r1022 8 8 9 9 VERSION=0.1.0 10 RELEASE=58BQ 310 RELEASE=58BQ4 11 11 12 12 # add a buildarch if desired 5200R/trunk/ui/base-storage.mod/templates/rpmdefs.tmpl
r593 r1022 118 118 119 119 <begin $CHANGELOG> 120 * Mon Jun 25 2007 Hisao SHIBUYA <shibuya@bluequartz.org> 0.1.0-58BQ4 121 - Fixed duplicate include issue. 122 120 123 * Tue Oct 18 2005 Hisao SHIBUYA <shibuya@alpha.or.jp> 0.1.0-58BQ3 121 124 - rebuild with devel-tools 0.5.1 5200R/trunk/ui/base-storage.mod/ui/web/storageRemove.php
r548 r1022 5 5 // guess. 6 6 7 include ("ServerScriptHelper.php");7 include_once("ServerScriptHelper.php"); 8 8 9 9 $helper =& new ServerScriptHelper();
