Whitespace

This commit is contained in:
Jakub Vrana 2010-05-27 13:32:58 +02:00
parent da6f1f850b
commit 55140a6ae8
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?php <?php
// PDO can be used in several database drivers // PDO can be used in several database drivers
if (extension_loaded('pdo')) { if (extension_loaded('pdo')) {
/*abstract */class Min_PDO extends PDO { /*abstract*/ class Min_PDO extends PDO {
var $_result, $server_info, $affected_rows, $error; var $_result, $server_info, $affected_rows, $error;
function __construct() { function __construct() {

View file

@ -7,7 +7,7 @@ Blob download and image display in edit form (important for Editor with hidden f
Add title to Logout, edit (in select) and select (in menu) in style "hever" Add title to Logout, edit (in select) and select (in menu) in style "hever"
Shift-click in checkboxes to select range Shift-click in checkboxes to select range
Export by GET parameters Export by GET parameters
Only first part of big BZ2 export is readable Only first part of big BZ2 export is readable, files are missing in TAR
Auto-refresh processlist (thanks to Jan Garaj) Auto-refresh processlist (thanks to Jan Garaj)
Show pagination above and under the table in select Show pagination above and under the table in select
? Filter by value in row under <thead> in select ? Filter by value in row under <thead> in select