projects
/
eq
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed3cf0
)
Fixed Elder name column width
author
Alan Jack Pippin
<ajp@pippin.(none)>
Thu, 6 Sep 2007 02:33:14 +0000
(20:33 -0600)
committer
Alan J. Pippin
<ajp@pippins.net>
Thu, 6 Sep 2007 02:33:14 +0000
(20:33 -0600)
inc/class.eq.inc.php
patch
|
blob
|
history
diff --git
a/inc/class.eq.inc.php
b/inc/class.eq.inc.php
index 427e95021e2a509bd8f0e9195c980b1611a4dd31..c4e73ef26180e8887470302d23fa9588f31f34d3 100644
(file)
--- a/
inc/class.eq.inc.php
+++ b/
inc/class.eq.inc.php
@@
-1116,7
+1116,7
@@
class eq
$i++;
}
- $elder_width=
30
0; $willing_width=40; $assignment_width=50;
+ $elder_width=
23
0; $willing_width=40; $assignment_width=50;
$total_width=$elder_width+$willing_width;
for ($i=0; $i < count($assignment_list); $i++) {