Changes between Version 4 and Version 5 of ClientFiles
- Timestamp:
- Mar 3, 2011, 1:31:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientFiles
v4 v5 30 30 31 31 The `<project_preferences>` field is the 'project_prefs' field of the user database record. 32 33 == Format of prefs.xml ==34 35 This format of prefs.xml is as follows:36 37 {{{38 <preferences>39 <prefs_mod_time>1030128387</prefs_mod_time>40 <from_project>http://www.myproject.com/</from_project>41 <from_scheduler>http://server3.myproject.com/cgi-bin/scheduler_cgi</from_scheduler>42 <mod_time>2</mod_time>43 <high_water_days>2</high_water_days>44 <low_water_days>1</low_water_days>45 </preferences>46 47 XXX this is not complete48 }}}