Home » Authentication » LiveUser » Bug #7704
demodata.php: 'create' option not declared
Details
| Submitted | 2006-05-23 14:12 UTC |
|---|---|
| From | michel dot dhooge at gmail dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-05-23 14:12 UTC] michel dot dhooge at gmail dot com
Description:
------------
I was unable to use the --create option until I patched
demodata.php like this:
< $shortoptions = "h?d:f:";
< $longoptions = array('file=', 'dsn=');
---
> $shortoptions = "h?d:f:c:";
> $longoptions = array('file=', 'dsn=', 'create=');