Quote:
Originally Posted by hius07
Yet we have no tool to remove "old KUAL book" record from sql-database, but you can hide it through terminal:
Code:
cd /var/local
sqlite3 cc.db 'update entries set p_isvisibleinhome=0 where p_location="/mnt/us/documents/KUAL-KDK-2.0.azw2"'
|
Okay, that will do, thank you very much!