Changeset 1011
- Timestamp:
- 06/26/07 00:24:33 (2 years ago)
- Files:
-
- 5200R/trunk/ui/base-time.mod/Makefile (modified) (1 diff)
- 5200R/trunk/ui/base-time.mod/packing_list (modified) (1 diff)
- 5200R/trunk/ui/base-time.mod/templates/rpmdefs.tmpl (modified) (1 diff)
- 5200R/trunk/ui/base-time.mod/ui/web/setTime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5200R/trunk/ui/base-time.mod/Makefile
r968 r1011 8 8 9 9 VERSION=1.0.1 10 RELEASE=62BQ1 010 RELEASE=62BQ11 11 11 12 12 # add a buildarch if desired 5200R/trunk/ui/base-time.mod/packing_list
r643 r1011 1 1 # [AUTORPMS] DO NOT REMOVE THIS LINE OR EDIT ANYTHING BELOW IT, BY ORDER OF THE BUILD PEOPLE 2 RPM: base-time-src-1.0.1-3BQ7. centos4.i386.rpm2 RPM: base-time-src-1.0.1-3BQ7.i386.rpm 5200R/trunk/ui/base-time.mod/templates/rpmdefs.tmpl
r968 r1011 102 102 103 103 <begin $CHANGELOG> 104 * Mon Jun 25 2007 Hisao SHIBUYA <shibuya@bluequartz.org> 1.0.1-62BQ11 105 - Fixed duplicate include issue. 106 104 107 * Sat Dec 2 2006 Brian Smith <brian@nuonce.net> 1.0.1-62BQ10 105 108 - Added Taco's Patch 5200R/trunk/ui/base-time.mod/ui/web/setTime.php
r554 r1011 4 4 // $Id$ 5 5 set_time_limit(0); 6 include ("ServerScriptHelper.php");6 include_once("ServerScriptHelper.php"); 7 7 $serverScriptHelper = new ServerScriptHelper(); 8 8
