mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 15:12:34 +02:00
2020-12-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in 'lib/rdcart.h' that broke the build. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
529d16d6c0
commit
c89feb5ad1
@ -20671,3 +20671,5 @@
|
||||
* Fixed a bug in the 'Webget' service that caused it to automatically
|
||||
unique-ify the title even when 'Auto-Correct Duplicate Cart Titles'
|
||||
in rdadmin(1) was unchecked.
|
||||
2020-12-09 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a typo in 'lib/rdcart.h' that broke the build.
|
||||
|
@ -182,6 +182,7 @@ class RDCart
|
||||
int GetNextFreeCut() const;
|
||||
RDCut::Validity ValidateCut(RDSqlQuery *q,bool enforce_length,
|
||||
unsigned length,bool *time_ok) const;
|
||||
QString VerifyTitle(const QString &title) const;
|
||||
void SetRow(const QString ¶m,const QString &value) const;
|
||||
void SetRow(const QString ¶m,unsigned value) const;
|
||||
void SetRow(const QString ¶m,const QDateTime &value) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user