mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Remove num for int size spec on create temp table
This commit is contained in:
parent
1ff5f201a9
commit
af02fc4df7
@ -323,7 +323,7 @@
|
||||
$this->db3 = $this->db2 = $this->db; // Create new result objects before our queries
|
||||
|
||||
// start create sql for temp table
|
||||
$tempcreate = "CREATE TABLE ".$tmp_table." (id int(11),";
|
||||
$tempcreate = "CREATE TABLE ".$tmp_table." (id int,";
|
||||
|
||||
// construct query and count rows based on filter sent to function
|
||||
$this->db->query("select id from $this->std_table ".$filtermethod,__LINE__,__FILE__);
|
||||
|
Loading…
Reference in New Issue
Block a user