Marcel Tschopp
572016f5a4
Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php
2004-04-10 19:08:51 +00:00
Marcel Tschopp
181e1aca82
Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php
2004-04-10 19:04:01 +00:00
Marcel Tschopp
16de478154
Changed some queries to use MYSQLI_STORE_RESULT.
...
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:27:23 +00:00
Marcel Tschopp
4e62f7658f
Changed some queries to use MYSQLI_STORE_RESULT.
...
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Marc Delisle
b2e3128634
full name for credit
2004-04-10 15:28:04 +00:00
Marc Delisle
022b2bb3ed
email change
2004-04-10 15:20:07 +00:00
Marc Delisle
58c3cb6d6a
feature 788608 search page
2004-04-10 15:08:31 +00:00
Marc Delisle
53114107fd
strOperator
2004-04-10 15:04:09 +00:00
Marcel Tschopp
7f9b0c152e
changed docu for experimental mysqli support
2004-04-08 15:44:12 +00:00
Olivier Müller
3f6804989c
credits += ne0x :)
2004-04-08 15:23:57 +00:00
Marcel Tschopp
a1417f09f0
bug 926986, code optimizations
2004-04-08 14:19:31 +00:00
Marcel Tschopp
cd22812a2e
code optimizations
2004-04-08 13:27:02 +00:00
Marcel Tschopp
74cc95fe29
phpMyAdmin should now be fully compatible with the new mysqli extension.
2004-04-08 12:30:40 +00:00
Marc Delisle
313a06cce2
bug 921939
2004-04-07 19:34:42 +00:00
Marc Delisle
504d379aaa
dropped ChangeLog entry
2004-04-07 17:07:48 +00:00
Marcel Tschopp
fb3cb037a9
german-utf8 has been broken... (ultraedit bug)
2004-04-07 16:34:30 +00:00
Marcel Tschopp
13407191a2
bug 930714, wrong spelling and query display.
...
-> german-utf8 has been broken...
2004-04-07 15:59:13 +00:00
Marcel Tschopp
47122d594f
bug 930714, wrong spelling and query display.
2004-04-07 15:44:05 +00:00
Marc Delisle
6f53483773
bug 931034 big number data entry
2004-04-07 14:21:29 +00:00
Marc Delisle
c350428b49
bug 922054 new fix attempt
2004-04-06 13:22:20 +00:00
Marc Delisle
7ac0a4b634
lang
2004-04-04 13:17:06 +00:00
Marc Delisle
e1f48cbf16
update
2004-04-04 13:16:08 +00:00
Marc Delisle
52aac4ef6c
lang
2004-04-04 13:10:34 +00:00
Marc Delisle
f3bdd94d26
update
2004-04-04 13:09:43 +00:00
Olivier Müller
c56cf7cf47
added (un)checkall links to the "Global privileges" edition form
2004-04-03 00:29:59 +00:00
Alexander M. Turek
3eb019f25a
typo
2004-04-02 07:32:25 +00:00
Marc Delisle
5ed7072490
bug 922054
2004-04-01 18:34:17 +00:00
Michal Čihař
51a1224d3d
Use properly $cfg['PropertiesIconic'] (bug #918072 ).
2004-03-30 13:55:09 +00:00
Marc Delisle
f947e79baa
bug 923227 copying a user with table privileges does not work
2004-03-29 19:23:33 +00:00
Marc Delisle
ea070d828d
bug 923171 password error when copying a user
2004-03-29 17:53:23 +00:00
Marc Delisle
d43bda9224
update
2004-03-26 20:55:39 +00:00
Marc Delisle
259391c933
Natural order
2004-03-26 19:21:54 +00:00
Marc Delisle
754de5d588
Natural order
2004-03-26 19:11:02 +00:00
Marcel Tschopp
19c9f98a04
Mysql4.1 specific fix in function PMA_displayTableBody() (character set convertions).
2004-03-26 19:09:09 +00:00
Marc Delisle
736b182dad
Natural order
2004-03-26 18:49:56 +00:00
Marcel Tschopp
e5c4f13829
*** empty log message ***
2004-03-25 22:13:32 +00:00
Michal Čihař
15b85dc054
czech update
2004-03-25 15:36:00 +00:00
Michal Čihař
98e613a201
Fix errors when bookmarktable does not exists (bug #922509 ).
2004-03-25 10:25:22 +00:00
Marc Delisle
cf4bba92d9
bug 922553
2004-03-24 18:05:44 +00:00
Michal Čihař
dea9f9ed7c
Added missing "$strConnectionError" (bug #922006 ).
2004-03-24 11:08:48 +00:00
Olivier Müller
4d1dc6192e
2004-03-23 Olivier Mueller <om@omnis.ch>
...
* libraries/mysql_wrappers.lib.php: added mysqli support to the
PMA_mysql_field_flags function because mysqli does not know the function
mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x').
* libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
PMA_DBI_try_query function (ne0x)
* libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
Added wrapping function PMA_DBI_fetch_array() (ne0x)
* libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
the new PMA_DBI_fetch_array() function instead of
PMA_mysql_fetch_array() (ne0x)
2004-03-23 16:22:19 +00:00
Michal Čihař
cd65e1f844
Set correct variable to avoid attempting sending headers twice.
2004-03-22 16:29:34 +00:00
Garvin Hicking
412b4ce6b4
german update
2004-03-22 12:28:54 +00:00
Michal Čihař
165a8c7dfe
fixed
2004-03-20 19:55:04 +00:00
Marc Delisle
36c32393d9
bug 906551
2004-03-18 22:00:48 +00:00
Marc Delisle
78b92f76e1
bug 913704
2004-03-18 13:22:10 +00:00
Marc Delisle
ca802dd2da
lang
2004-03-18 13:12:25 +00:00
Marc Delisle
0f9f5d17a6
update
2004-03-18 13:11:45 +00:00
Marc Delisle
f81459a5d2
bug 913630 deleted rows 0
2004-03-13 13:38:40 +00:00
Michal Čihař
ff79c198b8
Copy table defaults to structure and data (RFE #856517 ).
2004-03-10 16:03:39 +00:00