Closed (fixed)
Project:
Database Scripts
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
18 Sep 2008 at 19:45 UTC
Updated:
19 Jan 2016 at 17:55 UTC
Jump to comment: Most recent
Comments
Comment #1
ceardach commentedThe string "sequences" becomes translated to "TRUE" in lines 60-63 of dbscripts.module in the dbscripts_get_options() function.
I did it that way so that it makes more sense what that flag is setting when entering the command.
Comment #2
Anonymous (not verified) commentedWhen I try with the strings, the help text appears instead of processing the restore operation. I will try again and send a screenshot.
Comment #3
ceardach commentedYeah, I've seen that bug. I thought I fixed it, but apparently not. I'm working on it now.
restore.php production minworksrestore.php production min helpworksrestore.php production min blahworks (successfully ignores 'blah')restore.php production min sequencesspits out help text... dunno why.I'm looking at it, though.
Comment #4
ceardach commentedComment #5
ceardach commentedI have no idea why this was happening. So, instead of fixing the problem, I just avoided it.
I pulled serving help text out of each action's function, and instead decide whether or not to serve help text through the executables (restore.php, etc).
Should be included in the next rebuild.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.