- Timestamp:
- 2006/09/17 16:29:47 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/design/index.tpl (modified) (previous)
-
html/admin/contents/csv_sql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/csv_sql.php
r4865 r4866 232 232 */ 233 233 $sql = ""; 234 $sql .= " SELECT column_name, description FROM dtb_table_comment WHERE table_name = ? AND column_name NOT ISNULL";234 $sql .= " SELECT column_name, description FROM dtb_table_comment WHERE table_name = ? AND column_name IS NOT NULL"; 235 235 $arrRet = $objQuery->getAll($sql, array($selectTable)); 236 236
Note: See TracChangeset
for help on using the changeset viewer.
