Advertisement
Scholtalbers

pChart4mw - newline fix - pChart4mw.class.php

Jul 26th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.43 KB | None | 0 0
  1. 70c70,72
  2. <                       $lines = explode( "\n", $rawData );
  3. ---
  4. >                       // Scholtalbers: However sometimes, when using for example External Data, \n are not put between lines
  5. >                       //               To compensate for that users can use different line separators which I defined now by (<br/>,\\n,$,;)
  6. >                       $lines = preg_split( '%<br\s*\/>|\\n|\\\\n|\$|;%', $rawData );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement