Changeset 9810 for temp/trunk
- Timestamp:
- 2006/11/30 14:47:59 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 3 edited
-
Smarty/templates/admin/css/contents.tpl (modified) (previous)
-
Smarty/templates/admin/products/index.tpl (modified) (previous)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r9808 r9810 1116 1116 1117 1117 $value = $value * $adjust; 1118 1119 1118 $ret = round($value); 1119 1120 $ret = floor($ret/$adjust); 1121 1120 1122 return $ret; 1121 1123 }
Note: See TracChangeset
for help on using the changeset viewer.
