Changeset 2659

Show
Ignore:
Timestamp:
10/06/06 12:28:53 (7 years ago)
Author:
webrainstorm
Message:

Added copyright information for csv parsing function

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/phonebook/functions.inc.php

    r2524 r2659  
    9090} 
    9191 
     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 
    9298function phonebook_fgetcsvfromline ($line, $columnCount, $delimiterChar = ';', $enclosureChar = '"') { 
    9399    $regExpSpecialChars = array (