summaryrefslogtreecommitdiff
path: root/framework/Util
diff options
context:
space:
mode:
authorjrags <>2006-04-04 23:41:00 +0000
committerjrags <>2006-04-04 23:41:00 +0000
commit123e74a758d84429f1a24e047f3b61e8ca0f6979 (patch)
treebd9dde211ad8250a8a6466e55f025d40a1a65ae1 /framework/Util
parent3e952f910b5aa4cf818412be5fc2566e9118b997 (diff)
Updated PradoLog time column to double 14,4
Diffstat (limited to 'framework/Util')
-rw-r--r--framework/Util/TPropelLogRoute.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/Util/TPropelLogRoute.php b/framework/Util/TPropelLogRoute.php
index 5b3e45ed..13232951 100644
--- a/framework/Util/TPropelLogRoute.php
+++ b/framework/Util/TPropelLogRoute.php
@@ -45,9 +45,10 @@
* size="2048" />
* <column
* name="Time"
- * type="FLOAT"
- * size="6"
- * scale="6" />
+ * required="true"
+ * type="DOUBLE"
+ * size="14"
+ * scale="4" />
* </table>
* </code>
*