Changeset 4588
- Timestamp:
- 10/21/07 01:51:16 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
components/Needlworks.DBMS.MySQL.php (modified) (1 diff)
-
lib/model/blog.comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Needlworks.DBMS.MySQL.php
r4582 r4588 58 58 case 'delete': 59 59 case 'replace': 60 default: 60 61 $count = mysql_affected_rows(); 62 mysql_free_result(); 61 63 } 62 64 } -
trunk/lib/model/blog.comment.php
r4579 r4588 242 242 $sql .= ' AND password = \'' . md5($password) . '\''; 243 243 } 244 if ($result = DBQuery::query All($sql))244 if ($result = DBQuery::queryRow($sql)) 245 245 return $result; 246 246 return false;
