Changeset 468 for trunk/includes/dbc.php
- Timestamp:
- Apr 17, 2010, 2:50:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/dbc.php
r447 r468 194 194 foreach($this->StringList as $Index => $Item) 195 195 { 196 $this->WriteString($Item );196 $this->WriteString($Item."\0"); 197 197 } 198 198 }
Note:
See TracChangeset
for help on using the changeset viewer.