Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / libraries / engines / binlog.lib.php
blobe08f0436a46dadabc50ab27559782d5f22d3831a
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @version $Id$
5 */
7 /**
9 */
10 class PMA_StorageEngine_binlog extends PMA_StorageEngine
12 /**
13 * returns string with filename for the MySQL helppage
14 * about this storage engne
16 * @return string mysql helppage filename
18 function getMysqlHelpPage()
20 return 'binary-log';