Changeset 1797 for temp/trunk
- Timestamp:
- 2006/08/24 18:54:46 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/index_test.tpl (modified) (previous)
-
html/admin/products/index_test.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index_test.php
r1794 r1797 31 31 $objView = new SC_AdminView(); 32 32 33 //session_start(); 33 session_start(); 34 35 print("aa"); 36 MyFlush(); 34 37 35 38 $max = 11; … … 43 46 44 47 //--------------------------------------------------------------------------------------------------------------------------------------------------------- 45 48 function MyFlush() { 49 flush(); 50 ob_end_flush(); 51 ob_start(); 52 } 46 53 47 54 ?>
Note: See TracChangeset
for help on using the changeset viewer.
