Changeset 6b7e8e7 in github for program/include/rcube_contacts.php
- Timestamp:
- Aug 4, 2009 4:22:41 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 30341c4
- Parents:
- dbfceb4
- File:
-
- 1 edited
-
program/include/rcube_contacts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_contacts.php
r4307ccd8 r6b7e8e7 272 272 ); 273 273 274 $insert_id = $this->db->insert_id( get_sequence_name('contacts'));274 $insert_id = $this->db->insert_id('contacts'); 275 275 } 276 276
Note: See TracChangeset
for help on using the changeset viewer.
