Changeset 2659
- Timestamp:
- 10/06/06 12:28:53 (7 years ago)
- Files:
-
- modules/branches/2.2/phonebook/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/phonebook/functions.inc.php
r2524 r2659 90 90 } 91 91 92 /* 93 * @version V1.01 16 June 2004 (c) Petar Nedyalkov (bu@orbitel.bg). All rights reserved. 94 * Released under the GPL license. 95 * http://bu.orbitel.bg/fgetcsvfromline.php 96 */ 97 92 98 function phonebook_fgetcsvfromline ($line, $columnCount, $delimiterChar = ';', $enclosureChar = '"') { 93 99 $regExpSpecialChars = array (
